I will be defining my entities to have a dynamic schema using the EAV pattern wherein I can define attributes in a AttributeMaster table and Entities in an EntityMaster table with a Many-Many relationship among them.
What does it take to create a Dynamic Data application which uses the EAV structure as metadata and save the values in the EAV model?
Is this even possible? Any frameworks in place?
yashgt
Member
14 Points
33 Posts
Possibility of Dynamic Data with EAV
Feb 02, 2012 09:50 AM|LINK
Hi,
I will be defining my entities to have a dynamic schema using the EAV pattern wherein I can define attributes in a AttributeMaster table and Entities in an EntityMaster table with a Many-Many relationship among them.
What does it take to create a Dynamic Data application which uses the EAV structure as metadata and save the values in the EAV model?
Is this even possible? Any frameworks in place?
Thanks,
Yash
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Possibility of Dynamic Data with EAV
Feb 02, 2012 02:33 PM|LINK
Hi yashgt, ASP.Net Dynamic Data does not support a dynamic schema out of the box. sorry.
Always seeking an elegant solution.