FakeDatabaseTable<T>.RemoveWhere method

Removes records from the table that match the specified condition.

public int RemoveWhere(Func<T, bool> condition)

Return Value

The number of records removed.

See Also