C# Class PetShop.Data.AccountQuery

Inheritance: AccountParameterBuilder
Show file Open project: netTiers/netTiers

Public Methods

Method Description
AccountQuery ( ) : System

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase ) : System

Initializes a new instance of the AccountQuery class.

AccountQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the AccountQuery class.

Method Details

AccountQuery() public method

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

AccountQuery() public method

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

AccountQuery() public method

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