6 references to ConstraintIndex
System.Data.Common (6)
System\Data\DataTable.cs (3)
1636
Debug.Assert(2 <= primayKeyConstraint.
ConstraintIndex
.RefCount, "bad primaryKey index RefCount");
1701
oldKey.
ConstraintIndex
.RemoveRef();
1736
key!.
ConstraintIndex
.AddRef();
System\Data\UniqueConstraint.cs (3)
213
return
ConstraintIndex
.CheckUnique();
221
Index index =
ConstraintIndex
;
257
if (
ConstraintIndex
.IsKeyRecordInIndex(row.GetDefaultRecord()))