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