returning method
Reports the written rows through an OUTPUT clause.
Implementation
MssqlInsertSelect returning(MssqlOutputClause clause) =>
MssqlInsertSelect._(source, columns, query, ctes, clause);
Reports the written rows through an OUTPUT clause.
MssqlInsertSelect returning(MssqlOutputClause clause) =>
MssqlInsertSelect._(source, columns, query, ctes, clause);