Create a DDL statement to reseed an Identity Column.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| 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
- Member of:
- ISDatabaseProviderBuilderUtilitiesBase
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0