UpdateColumn Method

Update a column of a datatable.

Syntax

Sub UpdateColumn(tableName, colName, colDataType)

Parameters

tableName

Type: String

The name of the datatable


colName

Type: String

The name of the column to insert


colDataType

Type: VSColumnDataType

The data type of the column to insert


Return Value


None

Examples

IronPython

#Update a column of a datatable



C#

//Update a column of a datatable


Remarks

See implementation; this will only work if the datatable is empty