Hi,
I am using v5.7.604.
I am using the POCO Entity Template and EF6.
I wish to make my Complex Type serializable. How do I do this in ED please?
Thanks,
Edward
How to add [serializable] to my complex type objects?
Re: How to add [serializable] to my complex type objects?
1. Navigate to Model > Settings > Attributes > select the mscorlib.dll assembly and make sure that the System.SerializableAttribute is checked in the window below, press OK.
2. Select the System.SerializableAttribute in the Attributes collection of a particular complex type.
2. Select the System.SerializableAttribute in the Attributes collection of a particular complex type.