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

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

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

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

Initializes a new instance of the StoreContactQuery class.

StoreContactQuery ( bool ignoreCase ) : System

Initializes a new instance of the StoreContactQuery class.

StoreContactQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the StoreContactQuery class.

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

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

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

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

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

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

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