Adding [DataMember] [DataContract] attributes in Entity Framework POCO Template

Viewed 18071

I would like some help adding in a POCO .tt Entity Framework template Attributes to support WCF serialization and if its possible how to add namespace usings to each entity.

Thank you.

2 Answers
Related