wcf-data-service

Customize feed for WCF Data Services using Entity Framework (Code First)

Hello, Can anybody tell me how to customize the OData feed for Ado.Net Data Services using Entity Framework (Code First/Only)? There is no EDMX file (as it is Code Only). I have tried adding the attribute: [EntityPropertyMapping( "Id" , SyndicationItemProperty.Title , SyndicationTextContentKind.Plaintext , true )] To my POCO entity...