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

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

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

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

Initializes a new instance of the CustomerQuery class.

CustomerQuery ( bool ignoreCase ) : System

Initializes a new instance of the CustomerQuery class.

CustomerQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CustomerQuery class.

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

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

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

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

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

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

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