C# Class Nettiers.AdventureWorks.Data.VSalesPersonQuery

Inheritance: VSalesPersonParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
VSalesPersonQuery ( ) : System

Initializes a new instance of the VSalesPersonQuery class.

VSalesPersonQuery ( bool ignoreCase ) : System

Initializes a new instance of the VSalesPersonQuery class.

VSalesPersonQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VSalesPersonQuery class.

Method Details

VSalesPersonQuery() public method

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

VSalesPersonQuery() public method

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

VSalesPersonQuery() public method

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