ObjectResult<T> Class
This class represents the result of the Execute method.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Objects.ObjectResult
System.Data.Entity.Core.Objects.ObjectResult<T>
Name | Description | |
---|---|---|
![]() | ObjectResult<T>() | This constructor is intended only for use when creating test doubles that will override members with mocked or faked behavior. Use of this constructor for other purposes may result in unexpected behavior including but not limited to throwing NullReferenceException. |
Name | Description | |
---|---|---|
![]() | ElementType | Gets the type of the ObjectResult<T>.(Overrides ObjectResult.ElementType.) |
Name | Description | |
---|---|---|
![]() | Dispose() | Performs tasks associated with freeing, releasing, or resetting resources.(Inherited from ObjectResult.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ObjectResult<T> and optionally releases the managed resources.(Overrides ObjectResult.Dispose(Boolean).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the query results. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNextResult<TElement>() | Gets the next result set of a stored procedure.(Inherited from ObjectResult.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the query results.(Inherited from ObjectResult.) |
![]() ![]() | IListSource.GetList() | Returns the results in a format useful for data binding.(Inherited from ObjectResult.) |
![]() ![]() | IDbAsyncEnumerable.GetAsyncEnumerator() | Returns an asynchronous enumerator that iterates through the query results.(Inherited from ObjectResult.) |
![]() ![]() | IDbAsyncEnumerable<T>.GetAsyncEnumerator() | Asynchronously gets the enumerator that iterates through ObjectResult<T>. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.