C# Class Nettiers.AdventureWorks.Data.SalesTaxRateQuery

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

Public Methods

Method Description
SalesTaxRateQuery ( ) : System

Initializes a new instance of the SalesTaxRateQuery class.

SalesTaxRateQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesTaxRateQuery class.

SalesTaxRateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesTaxRateQuery class.

Method Details

SalesTaxRateQuery() public method

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

SalesTaxRateQuery() public method

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

SalesTaxRateQuery() public method

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