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

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

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

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

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase ) : System

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CurrencyRateQuery class.

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

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

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

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

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

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

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