C# Class Nettiers.AdventureWorks.Data.SalesPersonQuery

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

Public Methods

Method Description
SalesPersonQuery ( ) : System

Initializes a new instance of the SalesPersonQuery class.

SalesPersonQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesPersonQuery class.

SalesPersonQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesPersonQuery class.

Method Details

SalesPersonQuery() public method

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

SalesPersonQuery() public method

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

SalesPersonQuery() public method

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