C# Class Nettiers.AdventureWorks.Data.EmployeeAddressFilters

Inheritance: EmployeeAddressFilterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
EmployeeAddressFilters ( ) : System

Initializes a new instance of the EmployeeAddressFilters class.

EmployeeAddressFilters ( bool ignoreCase ) : System

Initializes a new instance of the EmployeeAddressFilters class.

EmployeeAddressFilters ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the EmployeeAddressFilters class.

Method Details

EmployeeAddressFilters() public method

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

EmployeeAddressFilters() public method

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

EmployeeAddressFilters() public method

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