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) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |