C# Class Nettiers.AdventureWorks.Data.VSalesPersonSalesByFiscalYearsQuery

Inheritance: VSalesPersonSalesByFiscalYearsParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VSalesPersonSalesByFiscalYearsQuery ( ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsQuery class.

VSalesPersonSalesByFiscalYearsQuery ( bool ignoreCase ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsQuery class.

VSalesPersonSalesByFiscalYearsQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VSalesPersonSalesByFiscalYearsQuery class.

Method Details

VSalesPersonSalesByFiscalYearsQuery() public method

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

VSalesPersonSalesByFiscalYearsQuery() public method

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

VSalesPersonSalesByFiscalYearsQuery() public method

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