Specifies the maximum size of the data within the column.
Visual Basic
Public Overrides Property Size As Integer
C#
public override int Size { get; set; }
The maximum size of the data within the column. The default value is inferred from the parameter value. The Size property is used for binary and string types.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.