C# Class PetShop.Data.AccountQuery

Inheritance: AccountParameterBuilder
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
AccountQuery ( ) : System

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase ) : System

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the AccountQuery class.

Method Details

AccountQuery() public méthode

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

AccountQuery() public méthode

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

AccountQuery() public méthode

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