C# Class Nettiers.AdventureWorks.Data.ContactTypeQuery

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

Public Methods

Method Description
ContactTypeQuery ( ) : System

Initializes a new instance of the ContactTypeQuery class.

ContactTypeQuery ( bool ignoreCase ) : System

Initializes a new instance of the ContactTypeQuery class.

ContactTypeQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ContactTypeQuery class.

Method Details

ContactTypeQuery() public method

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

ContactTypeQuery() public method

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

ContactTypeQuery() public method

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