ModelDataMethodResult::ReturnValue Property

.NET Framework (current version)
 

Gets the return value of the data method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Object^ ReturnValue {
	Object^ get();
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

The return value of the data method: an IEnumerable collection for a select operation, or an integer indicating the number of affected rows for update, delete, and insert operations.

.NET Framework
Available since 4.5
Return to top
Show: