C# Class Nettiers.AdventureWorks.Data.EmployeePayHistoryQuery

Inheritance: EmployeePayHistoryParameterBuilder
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the EmployeePayHistoryQuery class.
public EmployeePayHistoryQuery ( ) : System
Résultat System

EmployeePayHistoryQuery() public méthode

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

EmployeePayHistoryQuery() public méthode

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.
Résultat System