C# Class Nettiers.AdventureWorks.Data.SalesOrderHeaderQuery

Inheritance: SalesOrderHeaderParameterBuilder
Mostra file Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
SalesOrderHeaderQuery ( ) : System

Initializes a new instance of the SalesOrderHeaderQuery class.

SalesOrderHeaderQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesOrderHeaderQuery class.

SalesOrderHeaderQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesOrderHeaderQuery class.

Method Details

SalesOrderHeaderQuery() public method

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

SalesOrderHeaderQuery() public method

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

SalesOrderHeaderQuery() public method

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