3 references to IsKeyInIndex
System.Data.Common (3)
System\Data\ForeignKeyConstraint.cs (3)
185if (!parentIndex.IsKeyInIndex(childValues)) 215if (!IsKeyNull(childValues) && !parentIndex.IsKeyInIndex(childValues)) 597if (!parentIndex.IsKeyInIndex(childValues))