Method | Description | |
---|---|---|
VProductModelInstructionsQuery ( ) : System |
Initializes a new instance of the VProductModelInstructionsQuery class.
|
|
VProductModelInstructionsQuery ( bool ignoreCase ) : System |
Initializes a new instance of the VProductModelInstructionsQuery class.
|
|
VProductModelInstructionsQuery ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the VProductModelInstructionsQuery class.
|
public VProductModelInstructionsQuery ( ) : System | ||
return | System |
public VProductModelInstructionsQuery ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
return | System |
public VProductModelInstructionsQuery ( 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 |