in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Re: Urgent: Save occurring before delete.

    Hi Dan - I just ran into something similar myself. I had a T<List> collection where the update needed to occur before an insert otherwise a unique constraint on the table would be violated. To get around it, I either had to change the sort order of the collection before calling DeepSave() or I...
    Posted to .netTiers - Bug Reports (Forum) by drhoten on 08-02-2007
    Filed under: DeepSave, deepSave delete
  • Re: Bug in DeepSave with delete of child collections

    I'm running across the same issue myself. I even tried to be slick about it, and delete all the child entities, by calling the Delete() on the child entity's service, BEFORE calling save on the parent entity, only to get a Concurrency exception during the parent's DeepSave() as it tries to...
    Posted to .netTiers - Bug Reports (Forum) by GRAW on 07-18-2007
    Filed under: deepSave delete
  • Bug in DeepSave with delete of child collections

    There seem to be a bug in the DeepSave method, when deleting a child collection: Generated code: // Save Root Entity through Provider this .Save(transactionManager, entity); //used to hold DeepSave method delegates and fire after all the local children have been saved. Dictionary < Delegate , object...
    Posted to .netTiers - Bug Reports (Forum) by Trinity on 04-23-2007
    Filed under: deepSave delete
Page 1 of 1 (3 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems