returning method

MssqlInsert returning(
  1. MssqlOutputClause clause
)

Reports the written rows through an OUTPUT clause.

Implementation

MssqlInsert returning(MssqlOutputClause clause) =>
    MssqlInsert._(source, assignments, clause, serverDefaults);