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

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

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

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

Initializes a new instance of the ShoppingCartItemQuery class.

ShoppingCartItemQuery ( bool ignoreCase ) : System

Initializes a new instance of the ShoppingCartItemQuery class.

ShoppingCartItemQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ShoppingCartItemQuery class.

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

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

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

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

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

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

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