DataChangeInfo Constructor Nemiro.Data.dll
Initializes a new instance of the DataChangeInfo class.

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

public DataChangeInfo(
	string propertyName,
	string columnName,
	string displayName,
	Object previousValue,
	Object currentValue
)

Parameters

propertyName
Type: System String
Property name.
columnName
Type: System String
Column name.
displayName
Type: System String
Display name.
previousValue
Type: System Object
Previous value.
currentValue
Type: System Object
Current value.
See Also