C# Class Nettiers.AdventureWorks.Data.ProductPhotoFilters

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

Méthodes publiques

Méthode Description
ProductPhotoFilters ( ) : System

Initializes a new instance of the ProductPhotoFilters class.

ProductPhotoFilters ( bool ignoreCase ) : System

Initializes a new instance of the ProductPhotoFilters class.

ProductPhotoFilters ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductPhotoFilters class.

Method Details

ProductPhotoFilters() public méthode

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

ProductPhotoFilters() public méthode

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

ProductPhotoFilters() public méthode

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