Create Data Table
Used to create a new database table.
Input
- Column Names: It is the property field where the column names are defined as an array.
- Type:
System.String[] - Required
- Type:
Output
- Data Table: It is the field where the data table object to which the created data table will be applied is defined.
- Type:
System.Data.DataTable - Required
- Type:
Details
- When creating the data table, the names specified in the String array in the Column Names property field are used, and columns supporting the String data type are created.