Метод | Описание | |
---|---|---|
SalesReasonQuery ( ) : System |
Initializes a new instance of the SalesReasonQuery class.
|
|
SalesReasonQuery ( bool ignoreCase ) : System |
Initializes a new instance of the SalesReasonQuery class.
|
|
SalesReasonQuery ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the SalesReasonQuery class.
|
public SalesReasonQuery ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
Результат | System |
public SalesReasonQuery ( 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. |
Результат | System |