Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase..::..ReseedIdentityColumn Method

Overload List


  Name Description
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int32>)>>))
Reseeds the identity column of a table using the indicated seed value.
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int64>)>>))
Reseeds the identity column of a table using the indicated seed value.
Public method ReseedIdentityColumn(PostgreSqlObjectName)
Reseeds the identity column of a table using the max value of the table.