Click or drag to resize

AutoIncrement Class

A field attribute that enables a field to get a unique number for each persisted object of a certain type. This only works for objects persisted (directly or indirectly) with Persist(IOptimizedPersistable, NullableUInt16)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    VelocityDb.TypeInfoAutoIncrement

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class AutoIncrement : Attribute

The AutoIncrement type exposes the following members.

Constructors
  NameDescription
Public methodAutoIncrement
Use in class definition preceding a field declaration, i.e. [AutoIncrement(1)]
Top
Properties
  NameDescription
Public propertyStart
Gets the requested start number of the auto increment sequence
Top
See Also