How to create dynamic table in dbml file?
- by Naseem
Hi,
I'm using linq to sql. I have a table in dbml file that some of its fields can be generate dynamically (at run time). Is there any way to add fields to a table dynamiccaly , or add a class to dbml file dynamically?
Thank you,
Naseem