| 1. | A value indicating how the value of the 一个值,该值指示应怎样解释commandtext属性的值: |
| 2. | Data that is generated by eventdata and retrieving the commandtext element 数据使用xquery语句以及检索< commandtext >元素来实现此操作。 |
| 3. | Object . the sql statement being executed by the command can be configured using the 您可以使用commandtext属性来查询和修改command对象的sql语句。 |
| 4. | For some providers , you can include multiple statements or stored procedure names in the 对于某些提供程序,可以在commandtext属性中包含多个语句或存储过程名称,以分号( ; )分隔。 |
| 5. | The property editor for the commandtext property acts accordingly , showing a list of available tables , a sql dialog , or a list of available stored procedures Commandtext属性的属性编辑器将做出响应,相应地显示一系列表、一个sql对话框或一系列可用的存储过程。 |
| 6. | Based on the value of commandtype , the commandtext property is interpreted differently : it s either considered to be the name of a table , a sql command , or the name of a stored procedure 根据commandtype的值,将以不同的方式解释commandtext属性:可将之视为表、 sql命令或存储过程的名称。 |
| 7. | If you want to know what command was automatically generated , you can obtain a reference to the automatically generated commands by using the 如果您希望了解已自动生成的命令,可以使用commandbuilder对象的getinsertcommand 、 getupdatecommand和getdeletecommand方法并检查关联command的commandtext属性,以获取对自动生成命令的引用。 |
| 8. | Note that you can also click on the ellipsis for the commandtext property to display the commandtext editor , and that can be used to assist in producing the sql statement showing the available tables and fields for you 注意,这里也可以单击针对commandtext属性的省略号来显示commandtext editor ,这可以用于辅助产生sql语句(展示可用的表和字段) 。 |