EntityParameterCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EntityCommand で使用されるパラメーター コレクションを表すクラス
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
public sealed class EntityParameterCollection : System.Data.Common.DbParameterCollection
type EntityParameterCollection = class
inherit DbParameterCollection
Public NotInheritable Class EntityParameterCollection
Inherits DbParameterCollection
- 継承
-
EntityParameterCollection
- 属性
プロパティ
Count |
内の要素の数を含む整数型 (Integer) の値を取得します EntityParameterCollection 。 |
IsFixedSize |
EntityParameterCollection が固定サイズかどうかを示す値を取得します。 |
IsReadOnly |
EntityParameterCollection が読み取り専用かどうかを示す値を取得します。 |
IsSynchronized |
EntityParameterCollection が同期されているかどうかを示す値を取得します。 |
Item[Int32] |
指定されたインデックス位置にある EntityParameter を取得します。 |
Item[String] |
指定された名前を持つ EntityParameter を取得します。 |
SyncRoot |
へのアクセスを同期するために使用できる オブジェクトを取得します EntityParameterCollection 。 |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework