Table of Contents

Property AutoGenerate

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

AutoGenerate

Gets whether the database automatically generates a value for this column (identity / sequence / auto-increment).

public bool AutoGenerate { get; }

Property Value

bool

Remarks

When true, the database assigns a unique value on each INSERT and the column should not be included in INSERT statements. Typically used for primary key columns.