Quantcast
Channel: How to get List of all tables in the Entity data framework? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Steven K. for How to get List of all tables in the Entity data...

[Edit]Perhaps this can be of use to find the number of objects in Storage space var count = GetEntitySetCount(myObjectContext.MetadataWorkspace); public static int GetEntitySetCount(MetadataWorkspace...

View Article


How to get List of all tables in the Entity data framework?

I need to get the list of All tables in the Entity Data Framework.I know that in Linq2SQL we can use something like this.var dataContext = new DataContext();var dataContextTableNames = (from tables in...

View Article

Browsing latest articles
Browse All 2 View Live