0
Answer

DTO' issue

hi guys

through linq to sql it generates all the table classed in the same class (file) and also the
related method CRUd in the same file as well , is there any way that we can generate
seperate class for each data table and all the table classed in a seperate library and the
data base operations in another library , thansk