Create a DDL statement to add a column to a table.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlAddColumn(tableName, columnName, columnType, required, [size], [identity])

Parameters

NameTypeOptionalByRefDescription
tableName String The table name.
columnName String The column name to add.
columnType iseColumnType The column type.
required Boolean Indicates whether a value is required for this column.
size Integer Optional The column size. If omitted, a value of 1 is assumed.
identity Boolean Optional Indicates whether this column should be an Identity (autonumber) column. If omitted, a value of False is assumed.

Return Value

String

A String value.

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