C# Class Nettiers.AdventureWorks.Data.ContactQuery

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

Méthodes publiques

Méthode Description
ContactQuery ( ) : System

Initializes a new instance of the ContactQuery class.

ContactQuery ( bool ignoreCase ) : System

Initializes a new instance of the ContactQuery class.

ContactQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ContactQuery class.

Method Details

ContactQuery() public méthode

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

ContactQuery() public méthode

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

ContactQuery() public méthode

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