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

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

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

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

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase ) : System

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the AccountQuery class.

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

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

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

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

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

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

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