R
Raj
I am developing a mini SQL browser wherein I display all database objects
such as tables, functions etc.,
Upon selecting a table, its contents to be displayed.
I use Mapping.GetTables() and Mapping.GetFunctions() to get the list.
Writing dynamic linq query and displaying seems little problem
Any help would be appreciated
Regards
Raj
such as tables, functions etc.,
Upon selecting a table, its contents to be displayed.
I use Mapping.GetTables() and Mapping.GetFunctions() to get the list.
Writing dynamic linq query and displaying seems little problem
Any help would be appreciated
Regards
Raj