ObjectResult<T> クラス

定義

このクラスは、 メソッドの結果を Execute(MergeOption) 表します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public class ObjectResult<T> : System.Data.Entity.Core.Objects.ObjectResult, System.Collections.Generic.IEnumerable<T>, System.Data.Entity.Infrastructure.IDbAsyncEnumerable<T>
type ObjectResult<'T> = class
    inherit ObjectResult
    interface seq<'T>
    interface IEnumerable
    interface IDbAsyncEnumerable<'T>
    interface IDbAsyncEnumerable
Public Class ObjectResult(Of T)
Inherits ObjectResult
Implements IDbAsyncEnumerable(Of T), IEnumerable(Of T)

型パラメーター

T

結果の型。

継承
ObjectResult<T>
属性
実装

コンストラクター

ObjectResult<T>()

このコンストラクターは、モックまたは偽の動作でメンバーをオーバーライドするテスト ダブルを作成する場合にのみ使用するためのものです。 このコンストラクターを他の目的で使用すると、 をスローするなど、予期しない動作が発生する NullReferenceException可能性があります。

プロパティ

ElementType

ObjectResult<T> の型を取得します。

メソッド

Dispose()

リソースの解放またはリセットに関連付けられているタスクを実行します。

(継承元 ObjectResult)
Dispose(Boolean)

ObjectResult<T> によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

GetEnumerator()

クエリ結果を反復処理する列挙子を返します。

GetNextResult<TElement>()

ストアド プロシージャの次の結果セットを取得します。

(継承元 ObjectResult)

明示的なインターフェイスの実装

IDbAsyncEnumerable.GetAsyncEnumerator()

シーケンスを非同期的に列挙するために使用できる列挙子を取得します。

(継承元 ObjectResult)
IDbAsyncEnumerable<T>.GetAsyncEnumerator()

シーケンスを非同期的に列挙するために使用できる列挙子を取得します。

IEnumerable.GetEnumerator()

クエリ結果を反復処理する列挙子を返します。

(継承元 ObjectResult)
IListSource.ContainsListCollection

IListSource.ContainsListCollection 実装。 常に false を返します。

(継承元 ObjectResult)
IListSource.GetList()

結果を、データ バインディングに使用できる形式で返します。

(継承元 ObjectResult)

適用対象