C# Class Nettiers.AdventureWorks.Data.StoreContactQuery

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

Public Methods

Method Description
StoreContactQuery ( ) : System

Initializes a new instance of the StoreContactQuery class.

StoreContactQuery ( bool ignoreCase ) : System

Initializes a new instance of the StoreContactQuery class.

StoreContactQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the StoreContactQuery class.

Method Details

StoreContactQuery() public method

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

StoreContactQuery() public method

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

StoreContactQuery() public method

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