4 references to SortComparison
System.Data (4)
fx\src\data\System\Data\DataView.cs (4)
1588
if (null !=
SortComparison
)
1591
newIndex = new Index(table,
SortComparison
, ((DataViewRowState)(int)recordStates), GetFilter());
1751
!Object.ReferenceEquals(
SortComparison
, view.
SortComparison
) ||