Provides information about changes to the data.
Inheritance Hierarchy
Nemiro.Data DataChangeInfo
Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
The DataChangeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataChangeInfo |
Initializes a new instance of the DataChangeInfo class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ColumnName |
Field name.
|
![]() | CurrentValue |
Current value.
|
![]() | DisplayName |
Display name.
|
![]() | PreviousValue |
Previous value.
|
![]() | PropertyName |
Property name.
|
See Also