4 references to IsValidEntityKeyType
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityReference.cs (3)
102
if (attachedKey != null && !
IsValidEntityKeyType
(attachedKey))
144
Debug.Assert(attachedKey == null ||
IsValidEntityKeyType
(attachedKey),
180
if (value != null && !
IsValidEntityKeyType
(value))
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2391
if (!
IsValidEntityKeyType
(detachedKey))