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: Help with Repository Patterm SQL update.

    Thanks for getting back to me. I had tried updating and recompiling yesterday afternoon, following your line of logic. Here's what I saw: There was no change, however, even when not using the repository pattern, the query command still lacked any population of the SET section of the SQL query. No...
    Posted to Version 2.1 - Pakala (Forum) by DanKline on 05-25-2008
  • 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
  • Re: Problem with RepositoryRecord and new query tool

    I added this functionality intomy business layer. I've created an abstract class that all my BL classes inherit from, with 2 type parameter, one for the entity type and one for the collection type public abstract class BusinessBase<T, C> where T : RepositoryRecord<T>, IRecordBase, new...
    Posted to Version 2.1 - Pakala (Forum) by dalziel on 02-18-2008
Page 1 of 1 (3 items)