Property ExistingRowValue
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ExistingRowValue
Gets or sets the default value item to apply to existing rows when adding this column to a populated table.
public IDefaultItem ExistingRowValue { get; set; }
Property Value
Remarks
Used in conjunction with ExistingRowType when calling
AddColumn(string, DataType, DefaultConstraintType, IDefaultItem, bool, bool, int, byte, byte).
Only relevant when SchemaUpdate is true.