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