c# - XRM: XML relational mapping -


a dynamic entity designer, custom entity created in runtime admin user. wont store entities' data in single table or xml field. each entity must have specific table.

i found out should use weakly type implementing dynamic entity chose xml weakly type.

i need .net open source tool maps relational database table xml document , vice versa.

something orm maps relational table object, here maps relational table xml


Comments