6 references to ConstraintIndex
System.Data (6)
fx\src\data\System\Data\DataTable.cs (3)
1533
Debug.Assert(2 <= primaryKey.
ConstraintIndex
.RefCount, "bad primaryKey index RefCount");
1582
oldKey.
ConstraintIndex
.RemoveRef();
1611
key.
ConstraintIndex
.AddRef();
fx\src\data\System\Data\UniqueConstraint.cs (3)
203
return
ConstraintIndex
.CheckUnique();
210
Index index =
ConstraintIndex
;
241
if (
ConstraintIndex
.IsKeyRecordInIndex(row.GetDefaultRecord())) {