C# Class Nettiers.AdventureWorks.Data.TimestampPkQuery

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

Public Methods

Method Description
TimestampPkQuery ( ) : System

Initializes a new instance of the TimestampPkQuery class.

TimestampPkQuery ( bool ignoreCase ) : System

Initializes a new instance of the TimestampPkQuery class.

TimestampPkQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the TimestampPkQuery class.

Method Details

TimestampPkQuery() public method

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

TimestampPkQuery() public method

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

TimestampPkQuery() public method

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