3 references to KeyProperties
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
75this.KeyProperties.Add(property);
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (2)
127return KeyElement.KeyProperties; 149return this.KeyElement.KeyProperties;