1 write to _sort
System.Data.Common (1)
System\Data\DataView.cs (1)
1531
_sort
= newSort;
5 references to _sort
System.Data.Common (5)
System\Data\DataView.cs (5)
327
SetIndex(
_sort
, _recordStates, newFilter);
402
SetIndex(
_sort
, value, _rowFilter);
416
if (
_sort
.Length == 0 && _applyDefaultSort && _table != null && _table._primaryIndex.Length > 0)
422
return
_sort
;
437
if (string.Compare(
_sort
, value, false, locale) != 0 || (null != _comparison))