I am working on a project at work, which is pretty much the commissioning manager, and I cannot figure out how to properly bind the Items table in linq to sql.
I have a package details table that has (among other things)
DepartmentID, CategoryID, ItemID
And the Items table (actually represents a database as it is from another database and is read only in this application) also has these 3 fields, but when I add an association with these three fields, it does not add it as a property of the PackageDetail class
Am I doing something wrong with the association? all solitary ones do an excellent job for them ...
source
share