Data Management Object Model Reference |
|
DataSource.JoinKeySorted Property
Specifies whether the joinkey is already sorted, so that the ORDER BY clause will not be used in the select query.
[Visual Basic]
NotOverridable Public Property JoinKeySorted As
Boolean _
[C#]
public
bool JoinKeySorted {get; set;}
Implements
IDataSource.JoinKeySorted
See Also
DataSource Class | SPSSMR.Data Namespace