2 writes to sort
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
508
sort
= "";
1540
this.
sort
= newSort;
7 references to sort
System.Data (7)
fx\src\data\System\Data\DataView.cs (7)
372
SetIndex(
sort
, recordStates, newFilter);
441
SetIndex(
sort
, value, rowFilter);
459
if (
sort
.Length == 0 && applyDefaultSort && table != null && table._primaryIndex.Length > 0) {
463
return
sort
;
478
if (String.Compare(
sort
, value, false, locale) != 0 || (null != _comparison)) {
509
SetIndex(
sort
, recordStates, rowFilter);
518
return(
sort
!= null);