Click or drag to resize

AuditLogToDatabase Method

Default audit implementation: inserts the audit record into the 'sr_audit' table of the data source having a name starting with 'Audit'. The table is created on first use and upgraded automatically when new columns are introduced. Called by the default Audit Script; a custom script can also call it (Model.LogToDatabase()) before or after its own processing.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public void LogToDatabase()
See Also