Questions tagged [subsonic-select]

2 questions
1
vote
3 answers

Column with same name in multiple tables causing problem in SubSonic Select

there are other question (at least 2 I've seen them) similar to this but I'm not able to solve this using them. Now the problem: I've 3 table from which I need to select 4 columns only. I'm using InnerJoin and it is working perfectly. Problem starts…
TheVillageIdiot
  • 40,053
  • 20
  • 133
  • 188
0
votes
3 answers

InnerJoin with Where Expression trouble

I am using Subsonic 2.1 and I need to do an innerjoin and use a where expression and I keep getting the error: Must declare the scalar variable "@Partner" Here is my code: Dim ds As DataSet = UWP.Model.DB.Select("TOP 30 FirstName, LastName,…
Slee
  • 27,498
  • 52
  • 145
  • 243