C# Class PetShop.Data.OrderQuery

Inheritance: OrderParameterBuilder
Show file Open project: netTiers/netTiers

Public Methods

Method Description
OrderQuery ( ) : System

Initializes a new instance of the OrderQuery class.

OrderQuery ( bool ignoreCase ) : System

Initializes a new instance of the OrderQuery class.

OrderQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the OrderQuery class.

Method Details

OrderQuery() public method

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

OrderQuery() public method

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

OrderQuery() public method

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