Ok, so basically I am trying to replace a ailing linq-to-sql deployment with least possible impact.
Currently we have a relation similar to User <--> AffiliateOrganization objects. User has a .AffiliateOrganization , and a .AffiliateOrganizationId. If I attempt to simulate the same thing, I end up getting complaints about number of items in the index of parameters.
I was curious if I am barking up the wrong tree trying to get this to work, or if its a simple fix. I'd appreciate any input ont he mapping configuration.
|