SqlOutputOptions interface
属性
| command |
要由绑定写入的表的名称。 |
| connection |
一个应用设置(或环境变量),其中包含要向其写入数据的数据库的连接字符串 |
属性详细信息
commandText
要由绑定写入的表的名称。
commandText: string
属性值
string
connectionStringSetting
一个应用设置(或环境变量),其中包含要向其写入数据的数据库的连接字符串
connectionStringSetting: string
属性值
string