C# Class Nettiers.AdventureWorks.Data.VEmployeeDepartmentHistoryQuery

Inheritance: VEmployeeDepartmentHistoryParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method 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 method

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

VEmployeeDepartmentHistoryQuery() public method

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

VEmployeeDepartmentHistoryQuery() public method

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.
return System