Create a DDL statement to add a table.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.AddTable(tableName, pkColumnName, pkColumnType, required, [size], [identity], [databaseName])

Parameters

NameTypeOptionalByRefDescription
tableName String The name of the table to add.
pkColumnName String The name of the primary key column to add.
pkColumnType iseColumnType The type of the primary key column.
required Boolean Indicates whether the Column is Required.
size Integer Optional The size of the primary key column. If omitted, a value of 1 is assumed.
identity Boolean Optional Indicates whether the primary key column is an Identity (autonumber) column. If omitted, a value of False is assumed.
databaseName String Optional

Return Value

Boolean

A String value.

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