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