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

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

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

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

Initializes a new instance of the ProductInventoryQuery class.

ProductInventoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductInventoryQuery class.

ProductInventoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductInventoryQuery class.

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

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

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

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

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

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

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