当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO Delete 方法

ADO
ADO介绍
ADO数据库连接
ADO记录集
ADO显示记录
ADO查询语句
ADO记录排序
ADO添加记录
ADO更新记录
ADO删除记录
ADO演示
ADO提升执行速度
ADO Command对象
ADO Connection对象
ADO Error
ADO Field
ADO Parameter
ADO 属性
ADO Record
ADO Recordset
ADO Stream

ADO Delete 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 355 ::
收藏到网摘: n/a

The Delete method removes an object from the Parameters collection.
Delete方法的作用是:删除参数集合中的一个对象。

Note: This method works only in the Parameters collection of a Command object.
注意:Delete方法仅对Command[指令]对象的参数集合起作用。

Syntax
语法

objparameter.Delete index

Parameter参数 Description描述
index The name or index (ordinal position in the collection) of the object you want to delete
指定需希望删除的对象名称或索引(索引就是该对象位于集合中的序数位置)

评论 (0) All

登陆 | 还没注册?