C# Class Nettiers.AdventureWorks.Data.ProductProductPhotoQuery

Inheritance: ProductProductPhotoParameterBuilder
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the ProductProductPhotoQuery class.
public ProductProductPhotoQuery ( ) : System
return System

ProductProductPhotoQuery() public method

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

ProductProductPhotoQuery() public method

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.
return System