IExecuteResult::ReturnValue Property

 

Gets the return value or result of the executed query.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

property Object^ ReturnValue {
	Object^ get();
}

Property Value

Type: System::Object^

The value or result of the executed query.

This object has the same underlying type as the Type property of the query expression.

.NET Framework
Available since 3.5
Return to top
Show: