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