SqlScriptContent interface
The content of the SQL script.
Properties
| current |
The connection used to execute the SQL script. |
| metadata | The metadata of the SQL script. |
| query | SQL query to execute. |
| result |
Limit of results, '-1' for no limit. |
Property Details
currentConnection
The connection used to execute the SQL script.
currentConnection?: SqlConnection
Property Value
metadata
query
SQL query to execute.
query: string
Property Value
string
resultLimit
Limit of results, '-1' for no limit.
resultLimit?: number
Property Value
number