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