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

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

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

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

Initializes a new instance of the InventoryQuery class.

InventoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the InventoryQuery class.

InventoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the InventoryQuery class.

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

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

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

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

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

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

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