parameter 对象 (ado)(外文文献翻译).doc

约7页DOC格式手机打开展开

parameter 对象 (ado)(外文文献翻译),a parameter object represents a parameter or argument associated with a command object based on a parameterized query or stored procedure. remarks many provider...
编号:8-206284大小:58.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 wanli1988go 发布

A Parameter object represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure.
Remarks
Many providers support parameterized commands. These are commands where the desired action is defined once, but variables (or parameters) are used to alter some details of the command. For example, an SQL SELECT statement could use a parameter to define the matching criteria of a WHERE clause, and another to define the column name for a SORT BY clause.
Parameter objects represent parameters associated with parameterized queries, or the in/out arguments and the return values of stored procedures. Depending on the functionality of the provider, some collections, methods, or properties of a Parameter object may not be available.


Parameter 对象代表参数或与基于参数化查询或存储过程的 Command 对象相关联的参数。


说明
许多提供者都支持参数化的命令。需要进行的操作在这些命令中只定义一次,但可以使用变量(或参数)改变命令的某些细节。例如,SQL SELECT 语句可使用某个参数定义 WHERE 子句的匹配条件,而使用另一个参数来定义 SORT BY 子句的列的名称。
Parameter 对象代表与参数化查询关联的参数,或进/出参数以及存储过程的返回值。取决于提供者的功能,Parameter 对象的某些集合、方法或属性有可能无效。