SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemAdvFieldDef.AutoincInitialValue
TSQLMemAdvFieldDef
Top 

Indicates the initial Autoinc value generated for a table.

property AutoincInitialValue: Int64;

Description
Indicates the initial Autoinc value used when Autonc is generated for a table.
First Autoinc value will be AutoincInitialValue + AutoincIncrement.
The value of AutoincInitialValue is ignored unless DataType is not Autoinc.



© AidAim Software SQLMemTable: