Hi,
i'm using linq. All my queries looks like var query = dc.GetTable<myType>()
.
I wish i could choose "myType" using a string parameter. I tried to create a Type object using reflection, but the compiler doesn't recognize Type objects as class definitions.
Any suggestions? Thanks