DataChangeInfoCollection Add Method (String, String, String, Object, Object)Nemiro.Data.dll
Adds item to collection.

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

public void Add(
	string propertyName,
	string columnName,
	string displayName,
	Object previousValue,
	Object currentValue
)

Parameters

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