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

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

Parameters

dr
Type: System.DataDataRow
See Also