C# Class Nettiers.AdventureWorks.Data.ProductModelIllustrationQuery

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

Public Methods

Method Description
ProductModelIllustrationQuery ( ) : System

Initializes a new instance of the ProductModelIllustrationQuery class.

ProductModelIllustrationQuery ( bool ignoreCase ) : System

Initializes a new instance of the ProductModelIllustrationQuery class.

ProductModelIllustrationQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the ProductModelIllustrationQuery class.

Method Details

ProductModelIllustrationQuery() public method

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

ProductModelIllustrationQuery() public method

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

ProductModelIllustrationQuery() public method

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