Scope
Objects: Procedures,
TransactionsLanguages: .NET, Java, Ruby
Purpose
Specifies how to automatically number a table's primary key.
Values
True: Allows the automatic generation of associated table numbering.
False: Disables automatic generation of associated table numbering.
Default Value = False
Description
This property is useful when the table has a simple key (i.e.: made up of only one attribute) and the datatype is numeric, it can be automatically numbered using the feature provided by the database handlers for this purpose.
Note:
Applies to attributes and domains.
See Also
Autonumber StartAutonumber StepAutonumber For ReplicationAttribute Definition - General