Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Copies the table schema from a DataTableSurrogate object into a DataTable object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Sub ReadDataIntoDataTable ( _
dt As DataTable _
)
'Usage
Dim instance As DataTableSurrogate
Dim dt As DataTable
instance.ReadDataIntoDataTable(dt)
public void ReadDataIntoDataTable(
DataTable dt
)
public:
void ReadDataIntoDataTable(
DataTable^ dt
)
member ReadDataIntoDataTable :
dt:DataTable -> unit
public function ReadDataIntoDataTable(
dt : DataTable
)
Parameters
- dt
Type: System.Data.DataTable
The DataTable object into which the data should be copied.