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

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

public DataChangeLogger(
	Object owner,
	DataRow sourceRow,
	string[] monitoringFields
)

Parameters

owner
Type: System Object
Owner class instance.
sourceRow
Type: System.Data DataRow
Source data row.
monitoringFields
Type:  System String 
List of fields (properties), which need to track changes.
See Also