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