Specifies the maximum size of the data within the column.
Visual Basic
NotOverridable Public Property Size As Integer _
Implements IDbDataParameter.Size
C#
public 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.