Size property

Specifies the maximum size of the data within the column.

Syntax
Visual Basic
Public Overrides Property Size As Integer
C#
public override int Size { get; set; }
Property value

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.

Remarks

In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

See also