C# Class PetShop.Data.ProfileQuery

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

Méthodes publiques

Méthode Description
ProfileQuery ( ) : System

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProfileQuery class.

Method Details

ProfileQuery() public méthode

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

ProfileQuery() public méthode

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

ProfileQuery() public méthode

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