4 references to GetIndexDesc
System.Data.Common (4)
System\Data\DataKey.cs (1)
211
IndexField[] indexDesc =
GetIndexDesc
();
System\Data\DataTable.cs (2)
1731
_primaryIndex = (key != null) ? key.Key.
GetIndexDesc
() : Array.Empty<IndexField>();
3374
IndexField[] indexDesc = key.
GetIndexDesc
();
System\Data\Merger.cs (1)
283
ndxSearch = new Index(dst, dst._primaryKey!.Key.
GetIndexDesc
(), DataViewRowState.OriginalRows | DataViewRowState.Added, null);