C# Class PetShop.Data.InventoryQuery

Inheritance: InventoryParameterBuilder
Datei anzeigen Open project: netTiers/netTiers

Public Methods

Method Description
InventoryQuery ( ) : System

Initializes a new instance of the InventoryQuery class.

InventoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the InventoryQuery class.

InventoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the InventoryQuery class.

Method Details

InventoryQuery() public method

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

InventoryQuery() public method

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

InventoryQuery() public method

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