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