amit shah
amit shah

Reputation: 1

.dbml (Data class) in different namespace and file

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.

Upvotes: 0

Views: 122

Answers (0)

Related Questions