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。) |
靠上
方法
靠上
明確介面實作
名稱 | 描述 | |
---|---|---|
IList.Item | (繼承自 DbParameterCollection)。 | |
IDataParameterCollection.Item | (繼承自 DbParameterCollection)。 |
靠上
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。