10 references to GetSortIndex
System.Data (10)
fx\src\data\System\Data\DataRelationCollection.cs (2)
715
relation.ChildKey.
GetSortIndex
().AddRef();
750
relation.ChildKey.
GetSortIndex
().RemoveRef();
fx\src\data\System\Data\ForeignKeyConstraint.cs (7)
195
Index childIndex = childKey.
GetSortIndex
();
199
Index parentIndex = parentKey.
GetSortIndex
();
221
Index childIndex = childKey.
GetSortIndex
();
224
Index parentIndex = parentKey.
GetSortIndex
();
271
Index childIndex = childKey.
GetSortIndex
();
386
Index childIndex = childKey.
GetSortIndex
();
527
Index parentIndex = parentKey.
GetSortIndex
();
fx\src\data\System\Data\UniqueConstraint.cs (1)
161
_constraintIndex = key.
GetSortIndex
();