C# Class Nettiers.AdventureWorks.Data.VendorAddressQuery

Inheritance: VendorAddressParameterBuilder
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
VendorAddressQuery ( ) : System

Initializes a new instance of the VendorAddressQuery class.

VendorAddressQuery ( bool ignoreCase ) : System

Initializes a new instance of the VendorAddressQuery class.

VendorAddressQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VendorAddressQuery class.

Method Details

VendorAddressQuery() public method

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

VendorAddressQuery() public method

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

VendorAddressQuery() public method

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