Property ColumnUpdate
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ColumnUpdate
Gets or sets whether this column's definition should be modified in the database during a schema migration.
public bool ColumnUpdate { get; set; }
Property Value
Remarks
When true, UpdateSchema(Schema, bool) will
issue an ALTER TABLE ALTER COLUMN (or equivalent) statement for this column. This flag
is set automatically by the Modify* methods:
ModifyDataType(DataType), ModifySize(int), ModifyNotNull(bool), and
ModifyPrecisionScale(byte, byte).