commandbuilder meaning in English
命令构造器
Examples
- Object . the base class for all
所有commandbuilder对象的基类均为 - Then , any additional sql statements that you do not set are generated by the commandbuilder
然后, commandbuilder将生成其他任何未设置的sql语句。 - Describes how to use command builders to automatically generate insert , update , and delete commands for a
描述如何使用commandbuilder为具有单个表select命令的dataadapter自动生成insert 、 update和delete命令。 - Are supported . using the commandbuilder to automatically generate an sql statement to automatically generate sql statements for a
要为dataadapter自动生成sql语句,先设置dataadapter的selectcommand属性,然后创建commandbuilder对象,并将commandbuilder为其自动生成sql语句的dataadapter指定为参数。 - 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属性,以获取对自动生成命令的引用。