C# Class PetShop.Data.SupplierQuery

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

Méthodes publiques

Méthode Description
SupplierQuery ( ) : System

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase ) : System

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SupplierQuery class.

Method Details

SupplierQuery() public méthode

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

SupplierQuery() public méthode

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

SupplierQuery() public méthode

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