LoadTable(DataTable) Method
In This Topic
Loads data into the table from the specified DataTable.
Syntax
'Declaration
Public Overloads Sub LoadTable( _
ByVal As DataTable _
)
public void LoadTable(
DataTable
)
Parameters
- table
- The DataTable object to obtain data from.
See Also