Add an index.

Syntax

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

Parameters

NameTypeOptionalByRefDescription
tableName String The Table on which the index exists.
indexName String The Name of the Index.
columnNames String A comma separated list of Column Names that make up the Index.
unique Boolean Indicates whether this is a unique index.
includedColumns String Optional A comma separated list of Included Columns. This is currently only applicable to MS SQL Server databases.

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