C# Class PetShop.Data.ItemQuery

Inheritance: ItemParameterBuilder
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
ItemQuery ( ) : System

Initializes a new instance of the ItemQuery class.

ItemQuery ( bool ignoreCase ) : System

Initializes a new instance of the ItemQuery class.

ItemQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ItemQuery class.

Method Details

ItemQuery() public method

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

ItemQuery() public method

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

ItemQuery() public method

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