Property SchemaUpdate
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
SchemaUpdate
Gets or sets whether this column should be added to an existing table during a schema migration.
public bool SchemaUpdate { get; set; }
Property Value
Remarks
When true, UpdateSchema(Schema, bool) will
issue an ALTER TABLE ADD COLUMN statement for this column. This flag is set automatically
by AddColumn(string, DataType, bool, bool, int, byte, byte).