Click or drag to resize
SyncLogInfo Constructor (DataRow)
Constructor - Creates a new SyncLogInfo object from the given DataRow.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public SyncLogInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also