DataTableSurrogate::ReadSchemaIntoDataTable Method

Copies the table data from a DataTableSurrogate object into a DataTable object.

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

public:
void ReadSchemaIntoDataTable(
	DataTable^ dt
)

Parameters

dt
Type: System.Data::DataTable
The DataTable object into which the schema should be copied.

ExceptionCondition
ArgumentNullException

dt is a nullptr.

Show: