Class DBTrackChangesAttribute
Indicates this property will be tracked, indicating if the value was changed, and what the original value was.
This is available in validations, but only in code executing directly against the database - services, or clients with direct db connections.
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Interface, Inherited = false)]
public class DBTrackChangesAttribute : Attribute
Constructors
DBTrackChangesAttribute()
Declaration
public DBTrackChangesAttribute()