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

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

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

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

Initializes a new instance of the EmployeePayHistoryQuery class.

EmployeePayHistoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the EmployeePayHistoryQuery class.

EmployeePayHistoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the EmployeePayHistoryQuery class.

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

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

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

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

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

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

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