Skip to main content
All docs
V25.1
  • .NET 8.0+

    AuditTrailServiceBase.SaveAuditData(Session) Method

    Saves AuditDataItem objects to the database. Call this method when you add custom audit data to the log.

    Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

    Assembly: DevExpress.Persistent.BaseImpl.Xpo.v25.1.dll

    Declaration

    public virtual void SaveAuditData(
        Session session
    )

    Parameters

    Name Type Description
    session Session

    The current Session.’

    Remarks

    The following help topic demonstrates how to use this method: Add Custom Data to the Audit Log.

    See Also