Class AuditEntryItem
- Namespace
- Z.BulkOperations
- Assembly
- Z.EntityFramework.Extensions.dll
An audit entry item.
public class AuditEntryItem
- Inheritance
-
AuditEntryItem
- Inherited Members
Constructors
AuditEntryItem()
public AuditEntryItem()
Properties
ColumnName
Gets or sets the name of the column.
public string ColumnName { get; set; }
Property Value
- string
The name of the column.
NewValue
Gets or sets the new value.
public object NewValue { get; set; }
Property Value
- object
The new value.
OldValue
Gets or sets the old value.
public object OldValue { get; set; }
Property Value
- object
The old value.