C# Class Nettiers.AdventureWorks.Data.VEmployeeQuery

Inheritance: VEmployeeParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VEmployeeQuery ( ) : System

Initializes a new instance of the VEmployeeQuery class.

VEmployeeQuery ( bool ignoreCase ) : System

Initializes a new instance of the VEmployeeQuery class.

VEmployeeQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VEmployeeQuery class.

Method Details

VEmployeeQuery() public method

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

VEmployeeQuery() public method

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

VEmployeeQuery() public method

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