SQL
Methods
execute
execute(connectionString: string | {
server: string,
authenticationType?: string,
userName: string,
password: string,
database: string,
port?: Number,
encrypt?: Boolean,
}, query: string, params?: { name: string, value: any, type: SQL.TYPES }[])executeStoredProcedure
Last updated