C# Class Nettiers.AdventureWorks.Data.VEmployeeDepartmentHistoryQuery

Inheritance: VEmployeeDepartmentHistoryParameterBuilder
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
VEmployeeDepartmentHistoryQuery ( ) : System

Initializes a new instance of the VEmployeeDepartmentHistoryQuery class.

VEmployeeDepartmentHistoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the VEmployeeDepartmentHistoryQuery class.

VEmployeeDepartmentHistoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VEmployeeDepartmentHistoryQuery class.

Method Details

VEmployeeDepartmentHistoryQuery() public méthode

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

VEmployeeDepartmentHistoryQuery() public méthode

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

VEmployeeDepartmentHistoryQuery() public méthode

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