Tag Archives: linq

LINQ to SQL – mapping multiple resultsets to the same type

Apparantly LINQ to SQL doesn’t really support mapping multiple resultsets to the same .net type. My situation is like this:The stored procedure returns 4 resultsets and I want to map the first 3 sets to the same .net type. Those … Continue reading

Posted in .NET | Tagged , | Leave a comment