Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am looking for a way to load an entity like this, but I can't specify the class type explicitly. Instead I have a Type (IE typeof(MyObject) or myObject.GetType())
Does anyone know anyway of doing this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
is there a non generic version of DataProvider.Load<T>?
I am looking for a way to load an entity like this, but I can't specify the class type explicitly. Instead I have a Type (IE typeof(MyObject) or myObject.GetType())
Does anyone know anyway of doing this?
is working on a reply...