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 |
取得 Integer,其中包含 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。 |