views:

1229

answers:

1

Is it possible to break out the partial classes in a split edmx's objectlayer.cs into a file per class?

Thanks

+2  A: 

Most of the answers so far seem to be discussing splitting the EDMX into it's parts. It sounds from your question that you want to break out the generated classes into separate files. This is not currently supported, but you may be able to do it using the T4 templates with EF in 4.0. You can already do this using Damien Guard's L2ST4 templates for LINQ to SQL.

Jim Wooley

www.ThinqLinq.com

Jim Wooley