DbParameterCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与 DbCommand 相关的参数集合的基类。
public ref class DbParameterCollection abstract : System::Collections::IList
public ref class DbParameterCollection abstract : MarshalByRefObject, System::Collections::IList, System::Data::IDataParameterCollection
public ref class DbParameterCollection abstract : System::Collections::IList, System::Data::IDataParameterCollection
public ref class DbParameterCollection abstract : MarshalByRefObject, System::Data::IDataParameterCollection
public abstract class DbParameterCollection : System.Collections.IList
public abstract class DbParameterCollection : MarshalByRefObject, System.Collections.IList, System.Data.IDataParameterCollection
public abstract class DbParameterCollection : System.Collections.IList, System.Data.IDataParameterCollection
public abstract class DbParameterCollection : MarshalByRefObject, System.Data.IDataParameterCollection
type DbParameterCollection = class
interface ICollection
interface IEnumerable
interface IList
type DbParameterCollection = class
inherit MarshalByRefObject
interface ICollection
interface IEnumerable
interface IList
interface IDataParameterCollection
type DbParameterCollection = class
interface ICollection
interface IEnumerable
interface IList
interface IDataParameterCollection
type DbParameterCollection = class
inherit MarshalByRefObject
interface IDataParameterCollection
interface IList
interface ICollection
interface IEnumerable
Public MustInherit Class DbParameterCollection
Implements IList
Public MustInherit Class DbParameterCollection
Inherits MarshalByRefObject
Implements IDataParameterCollection, IList
Public MustInherit Class DbParameterCollection
Implements IDataParameterCollection, IList
Public MustInherit Class DbParameterCollection
Inherits MarshalByRefObject
Implements IDataParameterCollection
- 继承
-
DbParameterCollection
- 继承
- 派生
- 实现
构造函数
DbParameterCollection() |
初始化 DbParameterCollection 类的新实例。 |
属性
Count |
指定集合中项的数目。 |
IsFixedSize |
指定集合是否为固定大小。 |
IsReadOnly |
指定集合是否为只读。 |
IsSynchronized |
指定是否同步集合。 |
Item[Int32] |
获取或设置指定索引处的 DbParameter。 |
Item[String] |
获取或设置具有指定名称的 DbParameter。 |
SyncRoot |
指定将用于同步集合访问的 Object。 |
方法
显式接口实现
ICollection.IsSynchronized |
获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 |
IDataParameterCollection.Item[String] |
获取或设置指定索引处的参数。 |
IList.Add(Object) |
有关此成员的说明,请参见 Add(Object)。 |
IList.Contains(Object) |
有关此成员的说明,请参见 Contains(Object)。 |
IList.IndexOf(Object) |
有关此成员的说明,请参见 IndexOf(Object)。 |
IList.Insert(Int32, Object) |
有关此成员的说明,请参见 Insert(Int32, Object)。 |
IList.IsFixedSize |
获取一个值,该值指示 IList 是否具有固定大小。 |
IList.IsReadOnly |
获取一个值,该值指示 IList 是否为只读。 |
IList.Item[Int32] |
获取或设置指定索引处的元素。 |
IList.Remove(Object) |
有关此成员的说明,请参见 Remove(Object)。 |
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |