C# Class PetShop.Data.ProfileQuery

Inheritance: ProfileParameterBuilder
Show file Open project: netTiers/netTiers

Public Methods

Method Description
ProfileQuery ( ) : System

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProfileQuery class.

ProfileQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProfileQuery class.

Method Details

ProfileQuery() public method

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

ProfileQuery() public method

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

ProfileQuery() public method

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