Is it possible to use separete ssdl, csdl and msl files for each Entity?
Posted
by JMSA
on Stack Overflow
See other posts from Stack Overflow
or by JMSA
Published on 2010-04-27T06:31:56Z
Indexed on
2010/04/27
7:33 UTC
Read the original article
Hit count: 317
c#
|entity-framework
Is it possible to use separete ssdl, csdl and msl files for each Entity in EntityFramework?
That is, I want to modularize the mapping information.
Note: EdmGen.exe tool stores the ssdl, csdl and msl information in respective files for all entities.
Note: If anyone used NHibernate, he should be aware of the fact that, NHibernate uses separate mapping files for each entity. I want to do the same thing.
© Stack Overflow or respective owner