returning method

MssqlInsertSelect returning(
  1. MssqlOutputClause clause
)

Reports the written rows through an OUTPUT clause.

Implementation

MssqlInsertSelect returning(MssqlOutputClause clause) =>
    MssqlInsertSelect._(source, columns, query, ctes, clause);