|
4 |
edited tags
|
||
|
3 |
linqtosql -> linq-to-sql
|
||
|
|
||||
|
2 | Emphasize where the sample project can be downloaded from. | ||
|
Problem: I would like to share code between multiple assemblies. This shared code will need to work with LinqToSql-mapped classes. I've encountered the same issue found here, but I've also found a work-around that I find troubling (I'm not going so far as to say "bug"). All the following code can be downloaded in this solution. Given this table:
and this DBML mapping:
I've created the following base classes in one assembly "Shared":
These classes are referenced in another assembly "Main", like so:
The DBML file is located in the "Main" assembly, as well. When calling
However, the other two base static methods work. Furthermore, the SQL generated by calling
While I am willing to use this |
||||
|
1 |
|
||
