7 references to IsKeyNull
System.Data (7)
fx\src\data\System\Data\ForeignKeyConstraint.cs (7)
203if (!IsKeyNull(childValues)) { 228if (!IsKeyNull(childValues) && !parentIndex.IsKeyInIndex(childValues)) { 241if (IsKeyNull(key)) { 267if (IsKeyNull(currentKey)) { 347if (IsKeyNull(key)) { 382if (!Table.DataSet.fInReadXml && IsKeyNull(currentKey)) { 526if (!IsKeyNull(childValues)) {