Create a DDL statement to reseed an Identity Column.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlReseedIdentityColumn(tableName, columnName, [reseedValue])

Parameters

NameTypeOptionalByRefDescription
tableName String The name of the table to alter.
columnName String The name of the column to alter.
reseedValue Integer Optional The value to reset the Identity column to. If omitted, a value of -1 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