CreateDataTable Method
Create an empty datatable from the specified datatable definition.
Syntax
Sub CreateDataTable(tableDef) |
Parameters
tableDef
Type: VSTableDef
The definition of the datatable to create
Return Value
None
Examples
IronPython
#Create datatable from it's definition |
C#
//Create datatable from it's definition |