C# Class Nettiers.AdventureWorks.Data.VVendorQuery

Inheritance: VVendorParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VVendorQuery ( ) : System

Initializes a new instance of the VVendorQuery class.

VVendorQuery ( bool ignoreCase ) : System

Initializes a new instance of the VVendorQuery class.

VVendorQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VVendorQuery class.

Method Details

VVendorQuery() public method

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

VVendorQuery() public method

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

VVendorQuery() public method

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