Alter a column in a table that may already contain data in the current database.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.AlterColumnWithData(tableName, columnName, newColumnType, newRequired, [newSize], [identity])

Parameters

NameTypeOptionalByRefDescription
tableName String The name of the table containing the column.
columnName String The name of the column to alter.
newColumnType iseColumnType The new column type.
newRequired Boolean The new required property of the column.
newSize Integer Optional The new column size. If omitted, a value of 1 is assumed.
identity Boolean Optional Indicates whether the column is an Identity (autonumber) column. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseProviderBuilderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0