ObjectResult.GetNextResult<TElement> Method ()
Gets the next result set of a stored procedure.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.Core.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.