C# Класс Nettiers.AdventureWorks.Data.EmployeeAddressQuery

Наследование: EmployeeAddressParameterBuilder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

EmployeeAddressQuery() публичный Метод

Initializes a new instance of the EmployeeAddressQuery class.
public EmployeeAddressQuery ( ) : System
Результат System

EmployeeAddressQuery() публичный Метод

Initializes a new instance of the EmployeeAddressQuery class.
public EmployeeAddressQuery ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
Результат System

EmployeeAddressQuery() публичный Метод

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.
Результат System