3 references to IsKeyInIndex
System.Data (3)
fx\src\data\System\Data\ForeignKeyConstraint.cs (3)
204if (!parentIndex.IsKeyInIndex(childValues)) { 228if (!IsKeyNull(childValues) && !parentIndex.IsKeyInIndex(childValues)) { 528if (!parentIndex.IsKeyInIndex(childValues)) {