Hi All
I have a table called Properties with fields
 
PropertyName nVarchar(80)
PropertyValue nVarchar(max)
PropertyType int
 
I want to be able to create an entity from it, similar to the way Entity
Framework creates entities from table definitions.
 
Are there any tools out there to do this?
Thanks
Kirsten
 
 

Reply via email to