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
  • Re: Wheres and NOT IN

    Here's what I did ... who knows if it's efficient. After working on it all afternoon, I'm glad it works: Select the list to be excluded convert the collection to an array of objects pass the array to the new collection selection as an array attached to the NotIN. You may have to stumble through...
    Posted to Version 2.1 - Pakala (Forum) by DanKline on 05-22-2008
  • Field Concatenation

    I was wondering if the below SQL Is this possible using the SELECT object? Select *, Firstname + ‘ ‘ + lastname as fullname from table
    Posted to Version 2.1 - Pakala (Forum) by vzaffiro on 03-25-2008
  • Re: Are multiple references to the same table handled?

    After a couple of days with no answer I figured that I'd take a crack at implimenting this feature -- I believe that I have success!! First of all I have only implimented this as a feature for the FROM table when you use the CreateJoin(string fromTable, string fromColumn, string toTable, string toColumn...
    Posted to Version 2.1 - Pakala (Forum) by dhigginx on 03-22-2008
Page 1 of 1 (3 items)