Property Size
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Size
Gets the size of this select item. Always 0, as an expression has no predetermined size.
public int Size { get; }
Property Value
Remarks
0 means "no declared size constraint", which is what callers such as SetFieldVarChar(string, string) check for before validating a value's length. These previously threw NotImplementedException, which made an expression unusable as the select item in those paths.