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

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

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

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

Initializes a new instance of the ProductProductPhotoQuery class.

ProductProductPhotoQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductProductPhotoQuery class.

ProductProductPhotoQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductProductPhotoQuery class.

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

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

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

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

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

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

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