Share via


SqlScriptContent interface

The content of the SQL script.

Properties

currentConnection

The connection used to execute the SQL script.

metadata

The metadata of the SQL script.

query

SQL query to execute.

resultLimit

Limit of results, '-1' for no limit.

Property Details

currentConnection

The connection used to execute the SQL script.

currentConnection?: SqlConnection

Property Value

metadata

The metadata of the SQL script.

metadata?: SqlScriptMetadata

Property Value

query

SQL query to execute.

query: string

Property Value

string

resultLimit

Limit of results, '-1' for no limit.

resultLimit?: number

Property Value

number