LogChangesAttribute
Overview
The LogChangesAttribute class represents an attribute that is used to mark properties representing Schemas data table fields with their Log Changes property set to true.
The LogChangesAttribute attribute is used in DA LINQ Table Definitions classes (classes that represent corresponding Schema data tables).
In most cases, there is no need to use this attribute directly. You should set or clear the corresponding Schema data table field property in the Schema Modeler instead, and then regenerate the Table Definition classes.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Linq
- Ancestry: Attribute | LogChangesAttribute
Instance Methods
constructor
Creates a new instance of the LogChangesAttribute class.
constructor
LogChangesAttribute()
Sub New()
- Schema Modeler
- DA LINQ Table Definitions
- Schemas