Data Management Object Model Reference

IDataSource.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]
Property JoinKeySorted As Boolean
[C#]
bool JoinKeySorted {get; set;}

See Also

IDataSource Interface | SPSSMR.Data Namespace