.dbml (Data class) in different namespace and file

107 Views Asked by At

I am new to LINQ to SQL and need some help on separating out data classes vs CRUD operation performed on database. I need to separate out Data Classes from .dbml designer file and move it to another namespace and preferably in new file.

Default behavior/parsing of .dbml file bundles all the data classes which is difficult to maintain.

Is there any way to decouple this mechanism.

Any help on this issue is highly appreciated.

0

There are 0 best solutions below