1 write to _primaryIndex
System.Data.Common (1)
System\Data\DataTable.cs (1)
1731
_primaryIndex
= (key != null) ? key.Key.GetIndexDesc() : Array.Empty<IndexField>();
2 references to _primaryIndex
System.Data.Common (2)
System\Data\DataView.cs (2)
416
if (_sort.Length == 0 && _applyDefaultSort && _table != null && _table.
_primaryIndex
.Length > 0)
418
return DataTable.FormatSortString(_table.
_primaryIndex
);