returning method

MssqlDelete returning(
  1. MssqlOutputClause clause
)

Reports the removed rows through an OUTPUT clause.

Implementation

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