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