MssqlInsertExecution extension

on

Methods

run(MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) Future<int>

Available on MssqlInsert, provided by the MssqlInsertExecution extension

runReturning(MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) Future<List<MssqlRow>>

Available on MssqlInsert, provided by the MssqlInsertExecution extension

Runs the statement and returns the rows its OUTPUT clause produced.