Set the the value of given column (field).
value
field
Insert set<ValType>(Field<ValType> field, ValType value) { setValue(field.name, value); return this; }