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)
327SetIndex(_sort, _recordStates, newFilter); 402SetIndex(_sort, value, _rowFilter); 416if (_sort.Length == 0 && _applyDefaultSort && _table != null && _table._primaryIndex.Length > 0) 422return _sort; 437if (string.Compare(_sort, value, false, locale) != 0 || (null != _comparison))