NonSharedModelBulkUpdatesTestBase
Blog
Context28671
Context28745
Context30572
Context30572_Dependent
Context30572_Principal
Context31078
Order
OrderProduct
OtherReference
OwnedCollection
OwnedReference
Owner
Post
NonSharedModelBulkUpdatesTestBase()
StoreName
AssertDelete<TContext, TResult>(Boolean, Func<TContext>, Func<TContext, IQueryable<TResult>>, Int32)
AssertUpdate<TContext, TResult>(Boolean, Func<TContext>, Func<TContext, IQueryable<TResult>>, Expression<Func<SetPropertyCalls<TResult>, SetPropertyCalls<TResult>>>, Int32)
Delete_aggregate_root_when_eager_loaded_owned_collection(Boolean)
Delete_aggregate_root_when_table_sharing_with_owned(Boolean)
Delete_entity_with_auto_include(Boolean)
Delete_predicate_based_on_optional_navigation(Boolean)
Delete_with_owned_collection_and_non_natively_translatable_query(Boolean)
Replace_ColumnExpression_in_column_setter(Boolean)
Update_non_owned_property_on_entity_with_owned_in_join(Boolean)
Update_non_owned_property_on_entity_with_owned(Boolean)
Update_non_owned_property_on_entity_with_owned2(Boolean)
Update_owned_and_non_owned_properties_with_table_sharing(Boolean)
Update_with_alias_uniquification_in_setter_subquery(Boolean)
UseTransaction(DatabaseFacade, IDbContextTransaction)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.BulkUpdates
{
public abstract class NonSharedModelBulkUpdatesTestBase : NonSharedModelTestBase
{
public Task AssertUpdate<TContext, TResult>(bool async, Func<TContext> contextCreator, Func<TContext, IQueryable<TResult>> query, Expression<Func<SetPropertyCalls<TResult>, SetPropertyCalls<TResult>>> setPropertyCalls, int rowsAffectedCount)
where TContext, DbContext
where TResult, class;
}
}
.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 | |
Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Specification.Tests (9.0.3) net9.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API