DataChangeInfo ClassNemiro.Data.dll
Provides information about changes to the data.
Inheritance Hierarchy

System Object
  Nemiro.Data DataChangeInfo

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public class DataChangeInfo

The DataChangeInfo type exposes the following members.

Constructors

  NameDescription
Public methodDataChangeInfo
Initializes a new instance of the DataChangeInfo class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyColumnName
Field name.
Public propertyCurrentValue
Current value.
Public propertyDisplayName
Display name.
Public propertyPreviousValue
Previous value.
Public propertyPropertyName
Property name.
Top
See Also