C# Class PetShop.Data.CartQuery

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

Méthodes publiques

Méthode Description
CartQuery ( ) : System

Initializes a new instance of the CartQuery class.

CartQuery ( bool ignoreCase ) : System

Initializes a new instance of the CartQuery class.

CartQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CartQuery class.

Method Details

CartQuery() public méthode

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

CartQuery() public méthode

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

CartQuery() public méthode

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