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

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

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

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

Initializes a new instance of the CustomerAddressQuery class.

CustomerAddressQuery ( bool ignoreCase ) : System

Initializes a new instance of the CustomerAddressQuery class.

CustomerAddressQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CustomerAddressQuery class.

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

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

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

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

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

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

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