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

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

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

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

Initializes a new instance of the VendorQuery class.

VendorQuery ( bool ignoreCase ) : System

Initializes a new instance of the VendorQuery class.

VendorQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the VendorQuery class.

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

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

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

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

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

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

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