IExecuteResult.ReturnValue Propriedade
Definição
Obtém o valor retornado ou o resultado da consulta executada.Gets the return value or result of the executed query.
public:
property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object
Valor da propriedade
O valor ou o resultado da consulta executada.The value or result of the executed query.
Comentários
Esse objeto tem o mesmo tipo subjacente da Type propriedade da expressão de consulta.This object has the same underlying type as the Type property of the query expression.