returning method
Reports the removed rows through an OUTPUT clause.
Implementation
MssqlDelete returning(MssqlOutputClause clause) =>
MssqlDelete._(source, conditions, all, clause);
Reports the removed rows through an OUTPUT clause.
MssqlDelete returning(MssqlOutputClause clause) =>
MssqlDelete._(source, conditions, all, clause);