EntityParameterCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EntityCommand に関連付けられているパラメーターのコレクションを表します。
public ref class EntityParameterCollection sealed : System::Data::Common::DbParameterCollection
public sealed class EntityParameterCollection : System.Data.Common.DbParameterCollection
type EntityParameterCollection = class
inherit DbParameterCollection
Public NotInheritable Class EntityParameterCollection
Inherits DbParameterCollection
- 継承
プロパティ
Count |
EntityParameterCollection に含まれる要素の数を表す整数を取得します。 |
IsFixedSize |
EntityParameterCollection が固定サイズかどうかを示す値を取得します。 |
IsReadOnly |
EntityParameterCollection が読み取り専用かどうかを示す値を取得します。 |
IsSynchronized |
EntityParameterCollection が同期されているかどうかを示す値を取得します。 |
Item[Int32] |
指定されたインデックス位置にある EntityParameter を取得します。 |
Item[String] |
指定された名前を持つ EntityParameter を取得します。 |
SyncRoot |
EntityParameterCollection へのアクセスを同期するために使用できるオブジェクトを取得します。 |
メソッド
明示的なインターフェイスの実装
IDataParameterCollection.Item[String] |
指定したインデックスにあるパラメーターを取得または設定します。 (継承元 DbParameterCollection) |
IList.Item[Int32] |
指定したインデックスにある要素を取得または設定します。 (継承元 DbParameterCollection) |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |
適用対象
.NET