MssqlUpdateExecution extension
- on
Methods
-
run(
MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) → Future< int> -
Available on MssqlUpdate, provided by the MssqlUpdateExecution extension
-
runReturning(
MssqlSession session, {MssqlDialect dialect = MssqlDialect.sql2012, Duration? timeout}) → Future< List< MssqlRow> > -
Available on MssqlUpdate, provided by the MssqlUpdateExecution extension
Runs the statement and returns the rows itsOUTPUTclause produced.