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