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