C# Class Nettiers.AdventureWorks.Data.CustomerQuery

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

Méthodes publiques

Méthode Description
CustomerQuery ( ) : System

Initializes a new instance of the CustomerQuery class.

CustomerQuery ( bool ignoreCase ) : System

Initializes a new instance of the CustomerQuery class.

CustomerQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CustomerQuery class.

Method Details

CustomerQuery() public méthode

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

CustomerQuery() public méthode

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

CustomerQuery() public méthode

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