Create a DDL statement to add a primary key constraint to a table.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlSetPrimaryKey(tableName, columnNames, constraintName)

Parameters

NameTypeOptionalByRefDescription
tableName String The table name.
columnNames String The column names. Separate multiple column names with commas.
constraintName String The name of the new constraint.

Return Value

String

A String value.

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