C# Class Nettiers.AdventureWorks.Data.VSalesPersonSalesByFiscalYearsQuery

Inheritance: VSalesPersonSalesByFiscalYearsParameterBuilder
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the VSalesPersonSalesByFiscalYearsQuery class.
public VSalesPersonSalesByFiscalYearsQuery ( ) : System
Résultat System

VSalesPersonSalesByFiscalYearsQuery() public méthode

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

VSalesPersonSalesByFiscalYearsQuery() public méthode

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.
Résultat System