TDataTable.Initialize Method

Set new reference to Table object
<ID("Initialize", (int)e2.Initialize)> _ 
Public Sub Initialize( _ 
ByVal table As DataTable
)
This language is not supported or no code example is available.
[ID("Initialize", (int)e2.Initialize)] 
public void Initialize( 
DataTable table 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

Reference to new table

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition