C# Class Nettiers.AdventureWorks.Data.EmployeeAddressQuery

Inheritance: EmployeeAddressParameterBuilder
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
EmployeeAddressQuery ( ) : System

Initializes a new instance of the EmployeeAddressQuery class.

EmployeeAddressQuery ( bool ignoreCase ) : System

Initializes a new instance of the EmployeeAddressQuery class.

EmployeeAddressQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the EmployeeAddressQuery class.

Method Details

EmployeeAddressQuery() public method

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

EmployeeAddressQuery() public method

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

EmployeeAddressQuery() public method

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