where method

MssqlUpdate where(
  1. MssqlCondition condition
)

Implementation

MssqlUpdate where(MssqlCondition condition) => MssqlUpdate._(
  source,
  assignments,
  <MssqlCondition>[...conditions, condition],
  all,
  output,
);