C# Class Nettiers.AdventureWorks.Data.CurrencyQuery

Inheritance: CurrencyParameterBuilder
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode Description
CurrencyQuery ( ) : System

Initializes a new instance of the CurrencyQuery class.

CurrencyQuery ( bool ignoreCase ) : System

Initializes a new instance of the CurrencyQuery class.

CurrencyQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CurrencyQuery class.

Method Details

CurrencyQuery() public méthode

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

CurrencyQuery() public méthode

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

CurrencyQuery() public méthode

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