c# - How to map a Value Object in Entity Framework 4 -
i want map value object in entity framework 4 in nhibernate use component-class (nested in ar). how do this?
there 2 ways know of. easiest use complextype, cannot have key. more difficult way use poco setters marked private (example) , key, allow persist separate database table. (or can kinda mix 2 , former private setters, suppose.)
Comments
Post a Comment