SqlOutputOptions interface
Properties
command |
The name of the table being written to by the binding. |
connection |
An app setting (or environment variable) with the connection string for the database to which data is being written |
Property Details
commandText
The name of the table being written to by the binding.
commandText: string
Property Value
string
connectionStringSetting
An app setting (or environment variable) with the connection string for the database to which data is being written
connectionStringSetting: string
Property Value
string