ComponentOne DataObjects for .NET
AutoIncrementStep Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : AutoIncrementStep Property
Gets or sets the increment for a field with AutoIncrement value other than None.
Syntax
'Declaration
 
Public Overridable Property AutoIncrementStep As System.Long
public virtual System.long AutoIncrementStep {get; set;}
Remarks
If AutoIncrement = ClientAndServer, the values of the AutoIncrementSeed and AutoIncrementStep properties are equal to -1, to distinguish client autoincrement values from those of the server, see AutoIncrement.
See Also

Reference

Field Class
Field Members
Table Fields
Keys Assigned by Server or Database