C# Class Nettiers.AdventureWorks.Data.CustomerAddressQuery

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

Méthodes publiques

Méthode Description
CustomerAddressQuery ( ) : System

Initializes a new instance of the CustomerAddressQuery class.

CustomerAddressQuery ( bool ignoreCase ) : System

Initializes a new instance of the CustomerAddressQuery class.

CustomerAddressQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CustomerAddressQuery class.

Method Details

CustomerAddressQuery() public méthode

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

CustomerAddressQuery() public méthode

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

CustomerAddressQuery() public méthode

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