ObjectResult.GetNextResult<TElement> Method

Definition

Gets the next result set of a stored procedure.

C#
public System.Data.Objects.ObjectResult<TElement> GetNextResult<TElement>();

Type Parameters

TElement

The type of the element.

Returns

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.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1