Can I create new model at runtime? I have string with model's information and I need to create model according this string (at runtime).
I want to use it for access to various db tables, with structure defined in string variable as I mentioned.
Thanks.