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

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

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

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

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase ) : System

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SupplierQuery class.

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

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

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

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

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

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

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