C# Class Nettiers.AdventureWorks.Data.VendorContactQuery

Inheritance: VendorContactParameterBuilder
Exibir arquivo Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the VendorContactQuery class.
public VendorContactQuery ( ) : System
return System

VendorContactQuery() public method

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

VendorContactQuery() public method

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.
return System