C# Class Nettiers.AdventureWorks.Data.ProductSubcategoryQuery

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

Public Methods

Method Description
ProductSubcategoryQuery ( ) : System

Initializes a new instance of the ProductSubcategoryQuery class.

ProductSubcategoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductSubcategoryQuery class.

ProductSubcategoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductSubcategoryQuery class.

Method Details

ProductSubcategoryQuery() public method

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

ProductSubcategoryQuery() public method

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

ProductSubcategoryQuery() public method

Initializes a new instance of the ProductSubcategoryQuery class.
public ProductSubcategoryQuery ( 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