Specifies the value of the parameter.
Visual Basic Public Overrides Property Value As Object
C# public override object Value { get; set; }
A System.Object that specifies the value of the parameter.
The value is sent as-is to the data provider without any type conversion or mapping. When the command is executed, the command attempts to convert the value to the required type, signaling a ULException with ULSQLCode.SQLE_CONVERSION_ERROR if it cannot convert the value.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |