表示所有 SACommand 对象的参数,以及其到 DataSet 列的映射(可选)。
Public NotInheritable Class SAParameterCollection Inherits System.Data.Common.DbParameterCollection
public sealed class SAParameterCollection : System.Data.Common.DbParameterCollection
SAParameterCollection 类的所有成员,包括所有继承的成员。
名称 | 说明 |
---|---|
将 SAParameter 对象添加到此集合中。 | |
将值数组添加到 SAParameterCollection 的尾部。 | |
在此集合的末尾添加一个值。 | |
删除该集合中的所有项目。 | |
表示集合中是否存在 SAParameter 对象。 | |
将 SAParameter 对象从 SAParameterCollection 复制到指定的数组。 | |
返回迭代通过 SAParameterCollection 的枚举器。 | |
|
在集合中指定索引处返回 ![]() |
返回 SAParameter 对象在集合中的位置。 | |
在集合中指定索引处插入 SAParameter 对象。 | |
从集合中删除指定的 SAParameter 对象。 | |
从集合中删除指定的 SAParameter 对象。 | |
|
在指定索引处将 ![]() |
返回集合中 SAParameter 对象的数量。 | |
获取表示 SAParameterCollection 是否有固定大小的值。 | |
获取表示 SAParameterCollection 是否为只读的值。 | |
获取表示是否同步了 SAParameterCollection 对象的值。 | |
获取一个对象。此对象可用于同步对 SAParameterCollection 的访问。 | |
获取和设置指定索引处的 SAParameter 对象。 |
没有用于 SAParameterCollection 的构造函数。从 SACommand 对象的 SACommand.Parameters 属性获取 SAParameterCollection 对象。
Add 方法
AddRange 方法
AddWithValue 方法
Clear 方法
Contains 方法
CopyTo 方法
GetEnumerator 方法
IndexOf 方法
Insert 方法
Remove 方法
RemoveAt 方法
Count 属性
IsFixedSize 属性
IsReadOnly property
IsSynchronized 属性
SyncRoot 属性
this 属性
![]() |
使用DocCommentXchange讨论此页。
|
版权 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |