Removes records from the table that match the specified condition.
public int RemoveWhere(Func<T, bool> condition)
The number of records removed.