FakeDatabaseTable<T>.UpdateWhere method

Updates records from the table that match the specified condition.

public int UpdateWhere(Func<T, bool> condition, Action<T> action)

Return Value

The number of records updated.

See Also