DataTableSurrogate Constructor

Initializes a new instance of the DataTableSurrogate class.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
DataTableSurrogate(
	DataTable^ dt
)

Parameters

dt
Type: System.Data::DataTable
The DataTable object for which to create a surrogate.

ExceptionCondition
ArgumentNullException

dt is a nullptr.

Show: