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 |