C# Class Nettiers.AdventureWorks.Data.StoreQuery

Inheritance: StoreParameterBuilder
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode Description
StoreQuery ( ) : System

Initializes a new instance of the StoreQuery class.

StoreQuery ( bool ignoreCase ) : System

Initializes a new instance of the StoreQuery class.

StoreQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the StoreQuery class.

Method Details

StoreQuery() public méthode

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

StoreQuery() public méthode

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

StoreQuery() public méthode

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