Updates records from the table that match the specified condition.
public int UpdateWhere(Func<T, bool> condition, Action<T> action)
The number of records updated.