C# Class Nettiers.AdventureWorks.Data.EmployeePayHistoryQuery

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

Public Methods

Method Description
EmployeePayHistoryQuery ( ) : System

Initializes a new instance of the EmployeePayHistoryQuery class.

EmployeePayHistoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the EmployeePayHistoryQuery class.

EmployeePayHistoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the EmployeePayHistoryQuery class.

Method Details

EmployeePayHistoryQuery() public method

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

EmployeePayHistoryQuery() public method

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

EmployeePayHistoryQuery() public method

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