C# Class Nettiers.AdventureWorks.Data.ProductCostHistoryQuery

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

Public Methods

Method Description
ProductCostHistoryQuery ( ) : System

Initializes a new instance of the ProductCostHistoryQuery class.

ProductCostHistoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductCostHistoryQuery class.

ProductCostHistoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductCostHistoryQuery class.

Method Details

ProductCostHistoryQuery() public method

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

ProductCostHistoryQuery() public method

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

ProductCostHistoryQuery() public method

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