ModelDataMethodResult::ReturnValue Property
.NET Framework (current version)
Gets the return value of the data method.
Assembly: System.Web (in System.Web.dll)
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
Available since 4.5
Show: