adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTIndependentObject Class / DeleteWithAuditOrSnapshot Method
Information to record in the change log.


In This Topic
    DeleteWithAuditOrSnapshot Method
    In This Topic
    Deletes the object from the database and records an entry in the object change log.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DeleteWithAuditOrSnapshot( _
       ByVal auditRecord As ChangeLogParameters _
    ) 
    public virtual void DeleteWithAuditOrSnapshot( 
       ChangeLogParameters auditRecord
    )
    public:
    virtual void DeleteWithAuditOrSnapshot( 
       ChangeLogParameters^ auditRecord
    ) 

    Parameters

    auditRecord
    Information to record in the change log.
    See Also