RecordSet Column AutoIncrement Property NReco.Data Class Library Documentation
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public bool AutoIncrement { get; set; }

Property Value

Type: Boolean
See Also