5 references to KeyProperties
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
232
if (_entityType.
KeyProperties
.Count == 0)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
144
return (BaseType as SchemaEntityType).
KeyProperties
;
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (3)
256
if (itemType.
KeyProperties
.Count != roleElement.RoleProperties.Count)
272
for (int j = 0; j < itemType.
KeyProperties
.Count; j++)
274
if (itemType.
KeyProperties
[j].Property == roleElement.RoleProperties[i].Property)