views:

35

answers:

0

Is it possible to use EF4 ComplexType as Table (similar to EAV style)?

From the designer, I define ComplexType X as part of Entity A. In Database, I would like to have Table A and X, where table A has a foreign key to Table X.