C# Class Nettiers.AdventureWorks.Data.ShiftQuery

Inheritance: ShiftParameterBuilder
Mostrar archivo Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
ShiftQuery ( ) : System

Initializes a new instance of the ShiftQuery class.

ShiftQuery ( bool ignoreCase ) : System

Initializes a new instance of the ShiftQuery class.

ShiftQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ShiftQuery class.

Method Details

ShiftQuery() public method

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

ShiftQuery() public method

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

ShiftQuery() public method

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