Hello,
One Thing That I Could Find Any Help Is This.
BACKGROUND
I Have a User Control Named TABLEVIEW For Data Manipulation.
Its Simply Take a DataBase And Table As Input And Generate All Fields According To Table. Now I Have Implemented This Control Many Times On ASP.NET And PHP.
But When It Comes To LINQ I Have Done It Using Internal Connection Of DataContext But By Doing This Im Loosing The LINQ To SQL (IQUERYABLE) to Add, Update And Delete Data Automatically.
HERE COMES THE QUESTION
Is There a Way That I Can Use LINQ Entity Structure (of Table + Fields) of Unknown Table And Fields to Do Select, Add, Update And Delete From DataBase.
I Came That Far By Using DataContext.GetTable But How Can I Manipulate Fields And Retreive Their DataTypes?
Thanks
Mark Post As Answer If It Helped You and Also Take Some Time Out To Mark The Thread Resolved.