IExecuteResult.ReturnValue 属性

定义

获取执行的查询的返回值或结果。

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

属性值

执行的查询的值或结果。

注解

此对象具有与查询表达式的 属性相同的基础类型 Type

适用于