C# Class Nettiers.AdventureWorks.Data.ShoppingCartItemQuery

Inheritance: ShoppingCartItemParameterBuilder
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ShoppingCartItemQuery class.
public ShoppingCartItemQuery ( ) : System
Résultat System

ShoppingCartItemQuery() public méthode

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

ShoppingCartItemQuery() public méthode

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.
Résultat System