LLBLGen 3.5
SQL Server 2005
.NET Framework 4.0
LLBLGen runtime frame work
C# Windows Application
Dear Support team,
In Self Servicing, Is there a way to find out the sequence number that will be generated in SQL prior to commit ?
I mean let us say I have a table called DEMO with columns
DEMOID - auto generated sequence
Description - Varchar
Prior to executing commit, is there a way for me to know what is the sequence number that is going to be inserted on commit?