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

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

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

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

Initializes a new instance of the AddressQuery class.

AddressQuery ( bool ignoreCase ) : System

Initializes a new instance of the AddressQuery class.

AddressQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the AddressQuery class.

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

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

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

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

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

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

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