C# Class Nettiers.AdventureWorks.Data.ShoppingCartItemQuery

Inheritance: ShoppingCartItemParameterBuilder
Exibir arquivo Open project: netTiers/netTiers

Public Methods

Method Description
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.

Method Details

ShoppingCartItemQuery() public method

Initializes a new instance of the ShoppingCartItemQuery class.
public ShoppingCartItemQuery ( ) : System
return System

ShoppingCartItemQuery() public method

Initializes a new instance of the ShoppingCartItemQuery class.
public ShoppingCartItemQuery ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
return System

ShoppingCartItemQuery() public method

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.
return System