set method

Expr<void> set(
  1. T value
)

Implementation

Expr<void> set(T value) => ColumnSetExpr(this, [_value(value)]);