Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定参数的值。
Public Overrides Property Value As Object
public override object Value {get;set;}
传递 System.Object 类以指定参数值。
该值将按原样发送到数据提供程序,没有任何的类型转换或映射。执行该命令时,该命令会尝试将值转换为所需的类型,如果无法转换该值,则发送代码为 ULSQLCode.SQLE_CONVERSION_ERROR 的 ULException 对象信号。