Anybody know if it's possible to;
- Dynamically create LINQ classes for tables/columns that change regularly?
- If that creation can be used in DynamicData.
A web app we are developing creates tables and columns in SQL. We want to edit these tables in DynamicData.
Thoughts?
I used sqlmetal.exe from the SDK, it's a winner.