ObjectResult クラス
定義
IEnumerable および IDisposable を実装するクラスを表します。Represents a class that implements IEnumerable and IDisposable. このクラスのインスタンスは ObjectQuery.Execute メソッドから返されます。Instance of this class is returned from ObjectQuery.Execute method.
public ref class ObjectResult abstract : IDisposable, System::Collections::IEnumerable, System::ComponentModel::IListSource
public abstract class ObjectResult : IDisposable, System.Collections.IEnumerable, System.ComponentModel.IListSource
type ObjectResult = class
interface IEnumerable
interface IDisposable
interface IListSource
Public MustInherit Class ObjectResult
Implements IDisposable, IEnumerable, IListSource
- 継承
-
ObjectResult
- 派生
- 実装
プロパティ
ElementType |
派生クラスでオーバーライドされると、ジェネリック ObjectResult<T> の型を取得します。When overridden in a derived class, gets the type of the generic ObjectResult<T>. |
メソッド
Dispose() |
リソースの解放またはリセットに関連付けられているタスクを実行します。Performs tasks associated with freeing, releasing, or resetting resources. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetNextResult<TElement>() |
ストアド プロシージャの次の結果セットを取得します。Gets the next result set of a stored procedure. |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
クエリ結果を反復処理する列挙子を返します。Returns an enumerator that iterates through the query results. |
IListSource.ContainsListCollection |
クエリによって返されるコレクションにコレクション オブジェクトを含めるかどうかを示す値を取得します。Gets a value that indicates whether the collection returned by the query contains collection objects. |
IListSource.GetList() |
結果を、データ バインディングに使用できる形式で返します。Returns the results in a format useful for data binding. |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。Converts an IEnumerable to an IQueryable. |