ObjectResult::GetNextResult<TElement> Method ()
.NET Framework (current version)
Gets the next result set of a stored procedure.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: System.Data.Objects::ObjectResult<TElement>^An ObjectResult that enumerates the values of the next result set. Null, if there are no more, or if the ObjectResult is not the result of a stored procedure call.
Type Parameters
- TElement
The type of the element.
.NET Framework
Available since 4.5
Available since 4.5
Show: