表示与 DmCommand 相关的参数集合以及这些参数各自到 DataSet 中的列的映射。
公共属性
Count:获取集合中 DmParameter 对象的数目。
公共方法
Add():将 DmParamter 添加到 DmParameterCollection;
Clear():从集合中移除所有项;
Contains():获取一个值,该值指示集合中是否存在 DmParameter;
CopyTo():将 DmParameter 对象从 DmParameterCollection 复制到指定的数组;
IndexOf():获取 DmParameter 在集合中的位置;
Insert():将 DmParameter 插入到集合中的指定索引位置;
Remove():从集合中移除指定的 DmParameter;
RemoveAt():从集合中移除指定的 DmParameter。
https://xpanx.com/
评论