C# Class Nettiers.AdventureWorks.Data.ProductProductPhotoQuery

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

Méthodes publiques

Méthode Description
ProductProductPhotoQuery ( ) : System

Initializes a new instance of the ProductProductPhotoQuery class.

ProductProductPhotoQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductProductPhotoQuery class.

ProductProductPhotoQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductProductPhotoQuery class.

Method Details

ProductProductPhotoQuery() public méthode

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

ProductProductPhotoQuery() public méthode

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

ProductProductPhotoQuery() public méthode

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