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

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

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

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

Initializes a new instance of the VEmployeeQuery class.

VEmployeeQuery ( bool ignoreCase ) : System

Initializes a new instance of the VEmployeeQuery class.

VEmployeeQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VEmployeeQuery class.

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

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

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

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

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

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

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