Table of Contents

Property Size

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

Size

Gets the maximum length of this column for variable-length types such as VarChar or Char.

public int Size { get; }

Property Value

int

Remarks

For fixed-size types (e.g. Integer, DateTime), this value is 0 and has no effect. To change the size as a schema migration operation, use ModifySize(int).