C# Class PetShop.Data.SupplierQuery

Inheritance: SupplierParameterBuilder
Show file Open project: netTiers/netTiers

Public Methods

Method Description
SupplierQuery ( ) : System

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase ) : System

Initializes a new instance of the SupplierQuery class.

SupplierQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SupplierQuery class.

Method Details

SupplierQuery() public method

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

SupplierQuery() public method

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

SupplierQuery() public method

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