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

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

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

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

Initializes a new instance of the ProductModelQuery class.

ProductModelQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductModelQuery class.

ProductModelQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductModelQuery class.

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

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

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

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

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

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

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