SubSonic Forums
All Your Database Are Belong To Us

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • DB.SelectAllColumnsFrom [BUG]

    Hi there, I recently came across a bug when using DB.SelectAllColumnsFrom() With the following query: string r = DB.SelectAllColumnsFrom<Competition>() .From(Competition.Schema) .InnerJoin(UserCompetition.Schema) .Where(UserCompetition.Columns.UserCompetitionID).IsEqualTo(userCompetitionID) .BuildSqlStatement...
    Posted to Version 2.1 - Pakala (Forum) by robsworld2006 on 05-19-2008
Page 1 of 1 (1 items)