C# Class PetShop.Data.CategoryQuery

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

Méthodes publiques

Méthode Description
CategoryQuery ( ) : System

Initializes a new instance of the CategoryQuery class.

CategoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the CategoryQuery class.

CategoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CategoryQuery class.

Method Details

CategoryQuery() public méthode

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

CategoryQuery() public méthode

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

CategoryQuery() public méthode

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