3 references to DeclaredKeyProperties
System.Data.Entity (3)
System\Data\Metadata\Converter.cs (3)
322if (element.DeclaredKeyProperties.Count != 0) 324keyMembers = new string[element.DeclaredKeyProperties.Count]; 329keyMembers[i] = (element.DeclaredKeyProperties[i].Property.Name);