Enumerates the records in the table.
public IEnumerator<T> GetEnumerator()
The returned records are clones of the actual database records. Use UpdateWhere to make modifications to records.
UpdateWhere