views:

216

answers:

0

How to get list of tables (objects) from Entity framework model (edmx)?

In LinqToSQL model, it's easy context.Mapping.GetTables(), but how in EF..