C# Class Nettiers.AdventureWorks.Data.VendorContactQuery

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

Méthodes publiques

Méthode Description
VendorContactQuery ( ) : System

Initializes a new instance of the VendorContactQuery class.

VendorContactQuery ( bool ignoreCase ) : System

Initializes a new instance of the VendorContactQuery class.

VendorContactQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VendorContactQuery class.

Method Details

VendorContactQuery() public méthode

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

VendorContactQuery() public méthode

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

VendorContactQuery() public méthode

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