SqlOutputOptions interface

Properties

commandText

The name of the table being written to by the binding.

connectionStringSetting

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