C# Class Nettiers.AdventureWorks.Data.WorkOrderQuery

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

Public Methods

Method Description
WorkOrderQuery ( ) : System

Initializes a new instance of the WorkOrderQuery class.

WorkOrderQuery ( bool ignoreCase ) : System

Initializes a new instance of the WorkOrderQuery class.

WorkOrderQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the WorkOrderQuery class.

Method Details

WorkOrderQuery() public method

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

WorkOrderQuery() public method

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

WorkOrderQuery() public method

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