C# Class Nettiers.AdventureWorks.Data.CurrencyRateQuery

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

Méthodes publiques

Méthode Description
CurrencyRateQuery ( ) : System

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase ) : System

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CurrencyRateQuery class.

Method Details

CurrencyRateQuery() public méthode

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

CurrencyRateQuery() public méthode

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

CurrencyRateQuery() public méthode

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