Is it possible to use separate ssdl, csdl and msl files for each object?

Is it possible to use separate ssdl, csdl and msl files for each Entity object in EntityFramework?

That is, I want to modulate the mapping information.

Note. The EdmGen.exe tool stores ssdl, csdl and msl information in corresponding files for all objects.

Note. If anyone has used NHibernate, they should be aware that NHibernate uses separate mapping files for each object. I want to do the same.

+3
source share
1 answer

Only if there are no connections between objects.

, CSDL, , MSL SSDL.

, .

.

,

+4

Source: https://habr.com/ru/post/1742937/


All Articles