C# Class Nettiers.AdventureWorks.Data.ProductPhotoQuery

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

Méthodes publiques

Méthode Description
ProductPhotoQuery ( ) : System

Initializes a new instance of the ProductPhotoQuery class.

ProductPhotoQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductPhotoQuery class.

ProductPhotoQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductPhotoQuery class.

Method Details

ProductPhotoQuery() public méthode

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

ProductPhotoQuery() public méthode

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

ProductPhotoQuery() public méthode

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