setTo method

SetColumn<ValType> setTo(
  1. ValType value
)

Returns a SetColumn that sets the current column to new value.

Implementation

SetColumn<ValType> setTo(ValType value) => SetColumn<ValType>(name, value);