C# Класс PetShop.Data.ItemQuery

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

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

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

Initializes a new instance of the ItemQuery class.

ItemQuery ( bool ignoreCase ) : System

Initializes a new instance of the ItemQuery class.

ItemQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ItemQuery class.

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

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

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

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

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

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

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