returning method

MssqlUpdate returning(
  1. MssqlOutputClause clause
)

Reports the written rows through an OUTPUT clause.

Implementation

MssqlUpdate returning(MssqlOutputClause clause) =>
    MssqlUpdate._(source, assignments, conditions, all, clause);