ObjectStatementCollection クラス

定義

StatementContextによって提供されるステートメントのテーブルを保持します。 このクラスは継承できません。

public ref class ObjectStatementCollection sealed : System::Collections::IEnumerable
public sealed class ObjectStatementCollection : System.Collections.IEnumerable
type ObjectStatementCollection = class
    interface IEnumerable
Public NotInheritable Class ObjectStatementCollection
Implements IEnumerable
継承
ObjectStatementCollection
実装

プロパティ

名前 説明
Item[Object]

指定された所有者のステートメント コレクションを取得します。

メソッド

名前 説明
ContainsKey(Object)

テーブルに特定のステートメント所有者が含まれているかどうかを判断します。

Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

IEnumeratorObjectStatementCollectionを返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
Populate(ICollection)

ステートメントテーブルにステートメント所有者のコレクションを設定します。

Populate(Object)

ステートメントテーブルにステートメント所有者を設定します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

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

名前 説明
IEnumerable.GetEnumerator()

このメンバーの説明については、 GetEnumerator() メソッドを参照してください。

拡張メソッド

名前 説明
AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象

こちらもご覧ください