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