C# Class PetShop.Data.ProductQuery

Inheritance: ProductParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
ProductQuery ( ) : System

Initializes a new instance of the ProductQuery class.

ProductQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductQuery class.

ProductQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductQuery class.

Method Details

ProductQuery() public method

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

ProductQuery() public method

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

ProductQuery() public method

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