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

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

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

Метод Описание
EmployeeQuery ( ) : System

Initializes a new instance of the EmployeeQuery class.

EmployeeQuery ( bool ignoreCase ) : System

Initializes a new instance of the EmployeeQuery class.

EmployeeQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the EmployeeQuery class.

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

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

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

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

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

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

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