共用方式為


EntityParameterCollection 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

類別,表示用於 EntityCommand 的參數集合

繼承階層

System.Object
  System.MarshalByRefObject
    System.Data.Common.DbParameterCollection
      System.Data.Entity.Core.EntityClient.EntityParameterCollection

命名空間:  System.Data.Entity.Core.EntityClient
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
Public NotInheritable Class EntityParameterCollection _
    Inherits DbParameterCollection
'用途
Dim instance As EntityParameterCollection
[DefaultMemberAttribute("Item")]
[SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
public sealed class EntityParameterCollection : DbParameterCollection
[DefaultMemberAttribute(L"Item")]
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1010:CollectionsShouldImplementGenericInterface")]
public ref class EntityParameterCollection sealed : public DbParameterCollection
[<SealedAttribute>]
[<DefaultMemberAttribute("Item")>]
[<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")>]
type EntityParameterCollection =  
    class 
        inherit DbParameterCollection 
    end
public final class EntityParameterCollection extends DbParameterCollection

EntityParameterCollection 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Count 取得整數,其中包含 EntityParameterCollection 中的項目數。 (覆寫 DbParameterCollection.Count。)
公用屬性 IsFixedSize 取得值,此值會指出 EntityParameterCollection 是否有固定的大小。 (覆寫 DbParameterCollection.IsFixedSize。)
公用屬性 IsReadOnly 取得值,此值表示 EntityParameterCollection 是否為唯讀。 (覆寫 DbParameterCollection.IsReadOnly。)
公用屬性 IsSynchronized 取得值,表示 EntityParameterCollection 是否同步處理。 (覆寫 DbParameterCollection.IsSynchronized。)
公用屬性 Item[Int32] 取得指定索引處的 EntityParameter
公用屬性 Item[String] 取得具有指定名稱的 EntityParameter
公用屬性 SyncRoot 取得可以用來同步處理對 EntityParameterCollection 之存取的物件。 (覆寫 DbParameterCollection.SyncRoot。)

靠上

方法

  名稱 描述
公用方法 Add(Object) 將指定的物件加入至 EntityParameterCollection。 (覆寫 DbParameterCollection.Add(Object)。)
公用方法 Add(EntityParameter) 將指定的 EntityParameter 物件加入至 EntityParameterCollection。
公用方法 Add(String, DbType) EntityParameter 加入至 EntityParameterCollection (已知參數名稱和資料類型)。
公用方法 Add(String, DbType, Int32) EntityParameter 加入至 EntityParameterCollection (已知參數名稱、資料類型和資料行長度)。
公用方法 AddRange(Array) 將值陣列加入至 EntityParameterCollection 結尾。 (覆寫 DbParameterCollection.AddRange(Array)。)
公用方法 AddRange(EntityParameter[]) EntityParameter 值陣列加入至 EntityParameterCollection 結尾。
公用方法 AddWithValue 將值加入至 EntityParameterCollection 結尾。
公用方法 Clear 從 EntityParameterCollection 移除所有的 EntityParameter 物件。 (覆寫 DbParameterCollection.Clear()。)
公用方法 Contains(Object) 判斷指定的 Object 是否在此 EntityParameterCollection 中。 (覆寫 DbParameterCollection.Contains(Object)。)
公用方法 Contains(String) 判斷指定的 EntityParameter 是否在此 EntityParameterCollection 中。 (覆寫 DbParameterCollection.Contains(String)。)
公用方法 CopyTo(Array, Int32) 將目前 EntityParameterCollection 的所有項目複製到指定的一維 Array,從指定的目的 Array 索引開始。 (覆寫 DbParameterCollection.CopyTo(Array, Int32)。)
公用方法 CopyTo(EntityParameter[], Int32) 將目前 EntityParameterCollection 的所有項目複製到指定的 EntityParameterCollection,從指定的目的索引開始。
公用方法 CreateObjRef 安全性關鍵。 (繼承自 MarshalByRefObject)。
公用方法 Equals (繼承自 Object)。
公用方法 GetEnumerator 傳回逐一查看 EntityParameterCollection 的列舉值。 (覆寫 DbParameterCollection.GetEnumerator()。)
公用方法 GetHashCode (繼承自 Object)。
公用方法 GetLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject)。
公用方法 GetType (繼承自 Object)。
公用方法 IndexOf(Object) 取得集合中指定 Object 的位置。 (覆寫 DbParameterCollection.IndexOf(Object)。)
公用方法 IndexOf(String) 取得集合中具有指定名稱之指定 EntityParameter 的位置。 (覆寫 DbParameterCollection.IndexOf(String)。)
公用方法 IndexOf(EntityParameter) 取得集合中指定 EntityParameter 的位置。
公用方法 InitializeLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject)。
公用方法 Insert(Int32, EntityParameter) EntityParameter 物件插入 EntityParameterCollection 的指定索引處。
公用方法 Insert(Int32, Object) Object 插入 EntityParameterCollection 中指定之索引處。 (覆寫 DbParameterCollection.Insert(Int32, Object)。)
公用方法 Remove(Object) 從集合移除指定的參數。 (覆寫 DbParameterCollection.Remove(Object)。)
公用方法 Remove(EntityParameter) 從集合移除指定的 EntityParameter
公用方法 RemoveAt(Int32) 從 EntityParameterCollection 的指定索引處移除 EntityParameter。 (覆寫 DbParameterCollection.RemoveAt(Int32)。)
公用方法 RemoveAt(String) 從 EntityParameterCollection 的指定參數名稱處移除 EntityParameter。 (覆寫 DbParameterCollection.RemoveAt(String)。)
公用方法 ToString (繼承自 Object)。

靠上

明確介面實作

  名稱 描述
明確介面實作私用屬性 IList.Item (繼承自 DbParameterCollection)。
明確介面實作私用屬性 IDataParameterCollection.Item (繼承自 DbParameterCollection)。

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

System.Data.Entity.Core.EntityClient 命名空間