C# Class Nettiers.AdventureWorks.Data.ProductInventoryQuery

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

Public Methods

Method Description
ProductInventoryQuery ( ) : System

Initializes a new instance of the ProductInventoryQuery class.

ProductInventoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductInventoryQuery class.

ProductInventoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductInventoryQuery class.

Method Details

ProductInventoryQuery() public method

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

ProductInventoryQuery() public method

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

ProductInventoryQuery() public method

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