Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public bool AutoIncrement { get; set; }
public bool AutoIncrement { get; set; }
Public Property AutoIncrement As Boolean
Get
Set
Public Property AutoIncrement As Boolean
Get
Set
public:
property bool AutoIncrement {
bool get ();
void set (bool value);
}
public:
property bool AutoIncrement {
bool get ();
void set (bool value);
}
member AutoIncrement : bool with get, set
member AutoIncrement : bool with get, set
Property Value
Type:
Boolean