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

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

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

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

Initializes a new instance of the SalesTaxRateQuery class.

SalesTaxRateQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesTaxRateQuery class.

SalesTaxRateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesTaxRateQuery class.

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

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

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

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

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

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

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