PostgreSqlDataSourceBase..::..ReseedIdentityColumn Method
Overload List
| Name | Description | |
|---|---|---|
|
|
ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int32>)>>)) |
Reseeds the identity column of a table using the indicated seed value.
|
|
|
ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int64>)>>)) |
Reseeds the identity column of a table using the indicated seed value.
|
|
|
ReseedIdentityColumn(PostgreSqlObjectName) |
Reseeds the identity column of a table using the max value of the table.
|

