Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistenceBehaviors Interface / OnPostInsert Method
The entity
In This Topic
    OnPostInsert Method (IPersistenceBehaviors)
    In This Topic
    Performed after an insert is completed
    Syntax
    void OnPostInsert( 
       object entity
    )

    Parameters

    entity
    The entity
    Remarks
    This differs from AfterSave. This event is called once the NHibernate operation has been executed and is only called when a record is inserted.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also