Reseeds the Identity Column. Note, the table must be empty.

This will only execute if the table contains no records.

Syntax

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

Parameters

NameTypeOptionalByRefDescription
tableName String The table name.
columnName String The column name.
reseedValue Integer Optional If omitted, a value of -1 is assumed.

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