public static string GetEntityFullName(this Edmx edmx, string entityName) { return(string.Concat(edmx.GetConceptualSchemaNamespace(), ".", entityName)); }