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

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

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

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

Initializes a new instance of the CountryRegionQuery class.

CountryRegionQuery ( bool ignoreCase ) : System

Initializes a new instance of the CountryRegionQuery class.

CountryRegionQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CountryRegionQuery class.

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

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

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

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

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

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

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