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

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

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

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

Initializes a new instance of the ProductModelIllustrationQuery class.

ProductModelIllustrationQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductModelIllustrationQuery class.

ProductModelIllustrationQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductModelIllustrationQuery class.

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

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

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

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

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

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

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