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

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

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

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

Initializes a new instance of the ProductQuery class.

ProductQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductQuery class.

ProductQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductQuery class.

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

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

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

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

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

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

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