Method HasAutoIncrementColumn
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasAutoIncrementColumn()
Determines whether this table has at least one auto-increment (identity/sequence) column.
public bool HasAutoIncrementColumn()
Returns
- bool
trueif an auto-generating column exists; otherwise,false.