FakeDatabaseTable<T>.GetEnumerator method

Enumerates the records in the table.

public IEnumerator<T> GetEnumerator()

Remarks

The returned records are clones of the actual database records. Use UpdateWhere to make modifications to records.

See Also