is there an easy why to get all the table names (entities) of the edmx model in a collection
and then query for the fields in every table?
i want to get the database schema out so I can compare 2 databases for differences .
I want to know if the databases have the same tables and then if the tables have the same fields.
thanks