java.lang.Object
simpleorm.dataset.SFieldMeta
simpleorm.dataset.SFieldScalar
simpleorm.dataset.SFieldLong
com.inductiveautomation.ignition.gateway.localdb.persistence.IdentityField
All Implemented Interfaces:
Serializable

public class IdentityField extends SFieldLong
The IdentityField is a convenient field type that provides a unique, automatically generated long value, and sets itself as the primary key. If it is used in a record, that record should not have a seperately defined primary key.
See Also: