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

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

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

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

Initializes a new instance of the SalesPersonQuery class.

SalesPersonQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesPersonQuery class.

SalesPersonQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesPersonQuery class.

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

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

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

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

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

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

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