M
Mario Vázquez
Hi All,
I'm deriving the AutoIncrement, AutoIncrementSeed and AutoIncrementStep
properties of DataColumn objects by inspecting the underlying properties of
the source tables in Sql-Server.
When I create and empty row of that table, ado.net generates a new identity
value with the apropiate seed and step.
But, if this new row is not finally saved on the database, I would like to
restore the autoincrement value to its previous state.
How achive this?
Where are stored these generated vales?
Thanks in advance,
Mario Vazquez
I'm deriving the AutoIncrement, AutoIncrementSeed and AutoIncrementStep
properties of DataColumn objects by inspecting the underlying properties of
the source tables in Sql-Server.
When I create and empty row of that table, ado.net generates a new identity
value with the apropiate seed and step.
But, if this new row is not finally saved on the database, I would like to
restore the autoincrement value to its previous state.
How achive this?
Where are stored these generated vales?
Thanks in advance,
Mario Vazquez