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) |
拡張メソッド
| 名前 | 説明 |
|---|---|
| AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
| AsQueryable(IEnumerable) |
IEnumerable を IQueryableに変換します。 |
| Cast<TResult>(IEnumerable) |
IEnumerable の要素を指定した型にキャストします。 |
| OfType<TResult>(IEnumerable) |
指定した型に基づいて、IEnumerable の要素をフィルター処理します。 |