ObjectResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类实现 IEnumerable 和 IDisposable。 此类的实例返回自 ObjectQuery.Execute 方法。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public abstract class ObjectResult : IDisposable, System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Data.Entity.Infrastructure.IDbAsyncEnumerable
type ObjectResult = class
interface IEnumerable
interface IDisposable
interface IListSource
interface IDbAsyncEnumerable
Public MustInherit Class ObjectResult
Implements IDbAsyncEnumerable, IDisposable, IEnumerable, IListSource
- 继承
-
ObjectResult
- 派生
- 属性
- 实现
构造函数
ObjectResult() |
此构造函数仅用于创建将替代具有模拟或虚假行为的成员的测试双精度值时。 将此构造函数用于其他目的可能会导致意外行为,包括但不限于引发 NullReferenceException。 |
属性
ElementType |
在派生类中重写时,获取泛型 ObjectResult<T> 的类型。 |
方法
Dispose() |
执行与释放 (free)、释放 (release) 或重置资源关联的任务。 |
Dispose(Boolean) |
释放对象结果使用的资源。 |
GetNextResult<TElement>() |
获取已存储过程的下一个结果集。 |
显式接口实现
IDbAsyncEnumerable.GetAsyncEnumerator() |
获取可用于异步枚举序列的枚举器。 |
IEnumerable.GetEnumerator() |
返回一个循环访问查询结果的枚举器。 |
IListSource.ContainsListCollection |
IListSource.ContainsListCollection 实现。 始终返回 false。 |
IListSource.GetList() |
以数据绑定所用的格式返回结果。 |