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

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

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

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

Initializes a new instance of the ProductVendorQuery class.

ProductVendorQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductVendorQuery class.

ProductVendorQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductVendorQuery class.

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

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

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

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

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

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

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