NorthwindBulkUpdatesTestBase<TFixture>
NorthwindBulkUpdatesTestBase(TFixture)
Delete_Concat(Boolean)
Delete_Except(Boolean)
Delete_GroupBy_Where_Select_2(Boolean)
Delete_GroupBy_Where_Select(Boolean)
Delete_Intersect(Boolean)
Delete_non_entity_projection_2(Boolean)
Delete_non_entity_projection_3(Boolean)
Delete_non_entity_projection(Boolean)
Delete_SelectMany_subquery(Boolean)
Delete_SelectMany(Boolean)
Delete_Union(Boolean)
Delete_Where_Distinct(Boolean)
Delete_Where_optional_navigation_predicate(Boolean)
Delete_Where_OrderBy_Skip_Take(Boolean)
Delete_Where_OrderBy_Skip(Boolean)
Delete_Where_OrderBy_Take(Boolean)
Delete_Where_OrderBy(Boolean)
Delete_Where_parameter(Boolean)
Delete_Where_predicate_with_GroupBy_aggregate_2(Boolean)
Delete_Where_predicate_with_GroupBy_aggregate(Boolean)
Delete_Where_Skip_Take_Skip_Take_causing_subquery(Boolean)
Delete_Where_Skip_Take(Boolean)
Delete_Where_Skip(Boolean)
Delete_Where_TagWith(Boolean)
Delete_Where_Take(Boolean)
Delete_Where_using_navigation_2(Boolean)
Delete_Where_using_navigation(Boolean)
Delete_Where(Boolean)
Delete_with_cross_apply(Boolean)
Delete_with_cross_join(Boolean)
Delete_with_join(Boolean)
Delete_with_left_join(Boolean)
Delete_with_outer_apply(Boolean)
Update_Concat_set_constant(Boolean)
Update_Except_set_constant(Boolean)
Update_Intersect_set_constant(Boolean)
Update_multiple_tables_throws(Boolean)
Update_Union_set_constant(Boolean)
Update_unmapped_property_throws(Boolean)
Update_Where_Distinct_set_constant(Boolean)
Update_Where_GroupBy_aggregate_set_constant(Boolean)
Update_Where_GroupBy_First_set_constant_2(Boolean)
Update_Where_GroupBy_First_set_constant_3(Boolean)
Update_Where_GroupBy_First_set_constant(Boolean)
Update_Where_Join_set_property_from_joined_single_result_scalar(Boolean)
Update_Where_Join_set_property_from_joined_single_result_table(Boolean)
Update_Where_Join_set_property_from_joined_table(Boolean)
Update_Where_multiple_set(Boolean)
Update_Where_OrderBy_set_constant(Boolean)
Update_Where_OrderBy_Skip_set_constant(Boolean)
Update_Where_OrderBy_Skip_Take_set_constant(Boolean)
Update_Where_OrderBy_Skip_Take_Skip_Take_set_constant(Boolean)
Update_Where_OrderBy_Take_set_constant(Boolean)
Update_Where_parameter_set_constant(Boolean)
Update_Where_SelectMany_set_null(Boolean)
Update_Where_SelectMany_subquery_set_null(Boolean)
Update_Where_set_constant_TagWith(Boolean)
Update_Where_set_constant_using_ef_property(Boolean)
Update_Where_set_constant(Boolean)
Update_Where_set_null(Boolean)
Update_Where_set_parameter_from_closure_array(Boolean)
Update_Where_set_parameter_from_inline_list(Boolean)
Update_Where_set_parameter_from_multilevel_property_access(Boolean)
Update_Where_set_parameter(Boolean)
Update_Where_set_property_plus_constant(Boolean)
Update_Where_set_property_plus_parameter(Boolean)
Update_Where_set_property_plus_property(Boolean)
Update_Where_Skip_set_constant(Boolean)
Update_Where_Skip_Take_set_constant(Boolean)
Update_Where_Take_set_constant(Boolean)
Update_Where_using_navigation_2_set_constant(Boolean)
Update_Where_using_navigation_set_null(Boolean)
Update_with_cross_apply_set_constant(Boolean)
Update_with_cross_join_cross_apply_set_constant(Boolean)
Update_with_cross_join_left_join_set_constant(Boolean)
Update_with_cross_join_outer_apply_set_constant(Boolean)
Update_with_cross_join_set_constant(Boolean)
Update_with_invalid_lambda_in_set_property_throws(Boolean)
Update_with_invalid_lambda_throws(Boolean)
Update_with_join_set_constant(Boolean)
Update_with_left_join_set_constant(Boolean)
Update_with_outer_apply_set_constant(Boolean)
Update_with_two_inner_joins(Boolean)
Update_without_property_to_set_throws(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.BulkUpdates
{
public abstract class NorthwindBulkUpdatesTestBase<TFixture> : BulkUpdatesTestBase<TFixture>
where TFixture, new(), NorthwindBulkUpdatesFixture<NoopModelCustomizer>
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task Update_Where_GroupBy_First_set_constant_3(bool async);
}
}
.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