BulkUpdatesAsserter
BulkUpdatesAsserter(IBulkUpdatesFixtureBase, Func<Expression, Expression>)
AssertDelete<TResult>(Boolean, Func<ISetSource, IQueryable<TResult>>, Int32)
AssertUpdate<TResult, TEntity>(Boolean, Func<ISetSource, IQueryable<TResult>>, Expression<Func<TResult, TEntity>>, Expression<Func<SetPropertyCalls<TResult>, SetPropertyCalls<TResult>>>, Int32, Action<IReadOnlyList<TEntity>, IReadOnlyList<TEntity>>)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.TestUtilities
{
public class BulkUpdatesAsserter
{
public Task! AssertDelete<TResult>(bool async, Func<ISetSource!, IQueryable<TResult>!>! query, int rowsAffectedCount);
}
}
| .NET | 9.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Relational.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Package | Microsoft.EntityFrameworkCore.Relational.Specification.Tests (9.0.3) net9.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API