EntityParameterCollection 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个与 EntityCommand 关联的参数集合。
public ref class EntityParameterCollection sealed : System::Data::Common::DbParameterCollection
C#
public sealed class EntityParameterCollection : System.Data.Common.DbParameterCollection
type EntityParameterCollection = class
inherit DbParameterCollection
Public NotInheritable Class EntityParameterCollection
Inherits DbParameterCollection
- 继承
Count |
获取一个包含 EntityParameterCollection 中的元素数的整数。 |
Is |
获取一个值,该值指示 EntityParameterCollection 是否具有固定大小。 |
Is |
获取一个值,该值指示 EntityParameterCollection 是否为只读。 |
Is |
获取一个值,该值指示 EntityParameterCollection 是否已同步。 |
Item[Int32] |
获取位于指定索引处的 EntityParameter。 |
Item[String] |
获取具有指定名称的 EntityParameter。 |
Sync |
获取可用于同步对 EntityParameterCollection 的访问的对象。 |
IData |
获取或设置指定索引处的参数。 (继承自 DbParameterCollection) |
IList. |
获取或设置指定索引处的元素。 (继承自 DbParameterCollection) |
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
Of |
根据指定类型筛选 IEnumerable 的元素。 |
As |
启用查询的并行化。 |
As |
将 IEnumerable 转换为 IQueryable。 |
产品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |