C# Class Nettiers.AdventureWorks.Data.ProductCategoryQuery

Inheritance: ProductCategoryParameterBuilder
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
ProductCategoryQuery ( ) : System

Initializes a new instance of the ProductCategoryQuery class.

ProductCategoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductCategoryQuery class.

ProductCategoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductCategoryQuery class.

Method Details

ProductCategoryQuery() public method

Initializes a new instance of the ProductCategoryQuery class.
public ProductCategoryQuery ( ) : System
return System

ProductCategoryQuery() public method

Initializes a new instance of the ProductCategoryQuery class.
public ProductCategoryQuery ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
return System

ProductCategoryQuery() public method

Initializes a new instance of the ProductCategoryQuery class.
public ProductCategoryQuery ( bool ignoreCase, bool useAnd ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
useAnd bool Specifies whether to combine statements using AND or OR.
return System