C# Class Nettiers.AdventureWorks.Data.VJobCandidateQuery

Inheritance: VJobCandidateParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VJobCandidateQuery ( ) : System

Initializes a new instance of the VJobCandidateQuery class.

VJobCandidateQuery ( bool ignoreCase ) : System

Initializes a new instance of the VJobCandidateQuery class.

VJobCandidateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VJobCandidateQuery class.

Method Details

VJobCandidateQuery() public method

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

VJobCandidateQuery() public method

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

VJobCandidateQuery() public method

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