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

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

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

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

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProfileQuery class.

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

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

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

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

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

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

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