Create a DDL statement to add an index.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlAddIndex(tableName, indexName, columnNames, [unique], [includedColumns])

Parameters

NameTypeOptionalByRefDescription
tableName String The name of the table that the index should be added to.
indexName String The name of the index to add.
columnNames String A comma separated list of Column Names that make up the Index.
unique Boolean Optional Indicates whether this is a unique index. If omitted, a value of False is assumed.
includedColumns String Optional A comma separated list of Included Columns. This is currently only applicable to MS SQL Server databases.

Return Value

String

A String value.

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