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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |