Audit information entites used as storage prior to the DB save.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected AuditInfoCollection<TAuditInfoEntity> _auditInfoEntities
Visual Basic
Protected _auditInfoEntities As AuditInfoCollection(Of TAuditInfoEntity)
Visual C++
protected:
AuditInfoCollection<TAuditInfoEntity>^ _auditInfoEntities
F#
val mutable _auditInfoEntities: AuditInfoCollection<'TAuditInfoEntity>

Field Value

Type: AuditInfoCollection<(Of <(<'TAuditInfoEntity>)>)>

See Also