SqlConnection interface
The connection used to execute the SQL script.
Properties
| database |
The associated database name (supported by SQL pool v3) |
| name | The identifier of the connection. |
| pool |
The associated SQL pool name (supported by SQL pool v3) |
| type | The type of the connection. |
Property Details
databaseName
The associated database name (supported by SQL pool v3)
databaseName?: string
Property Value
string
name
The identifier of the connection.
name?: string
Property Value
string
poolName
The associated SQL pool name (supported by SQL pool v3)
poolName?: string
Property Value
string
type
The type of the connection.
type?: string
Property Value
string