I try to get collection of FKs of entity from edmx file. I cannot find a method or property which return collection or only bool property to indicate the property of entity is FK. I searched EntityContainer class in MetadataProperties and finded nothing. I searched in class Type in property GetProperties and same result, I cannot find method or property to indicate FK. How I get FK or indication of FK of entity from edmx file?
Sorry my bad english.
Thanks