Ef6GroupByTestBase<TFixture>
ArubaContext
ArubaData
ArubaOwner
CustomerForLinq
Ef6GroupByFixtureBase
FeaturedProductForLinq
Feet
NumberForLinq
OrderForLinq
Person
ProductForLinq
Shoes
Ef6GroupByTestBase(TFixture)
All_Grouped_from_LINQ_101(Boolean)
Any_Grouped_from_LINQ_101(Boolean)
Average_Grouped_from_LINQ_101(Boolean)
ClearLog()
Count_Grouped_from_LINQ_101(Boolean)
CreateContext()
Cross_Join_with_Group_Join_from_LINQ_101(Boolean)
Group_Join_from_LINQ_101(Boolean)
GroupBy_is_optimized_when_filtering_and_projecting_anonymous_type_with_group_key_and_function_aggregate(Boolean)
GroupBy_is_optimized_when_grouping_by_row_and_projecting_column_of_the_key_row(Boolean)
GroupBy_is_optimized_when_projecting_aggregate_on_the_group(Boolean)
GroupBy_is_optimized_when_projecting_anonymous_type_containing_group_key_and_group_aggregate(Boolean)
GroupBy_is_optimized_when_projecting_anonymous_type_containing_group_key_and_multiple_group_aggregates(Boolean)
GroupBy_is_optimized_when_projecting_conditional_expression_containing_group_key(Boolean)
GroupBy_is_optimized_when_projecting_expression_containing_group_key(Boolean)
GroupBy_is_optimized_when_projecting_expression_with_multiple_function_aggregates(Boolean)
GroupBy_is_optimized_when_projecting_function_aggregate_with_expression(Boolean)
GroupBy_is_optimized_when_projecting_group_count(Boolean)
GroupBy_is_optimized_when_projecting_group_key(Boolean)
GroupBy_Nested_from_LINQ_101(Boolean)
GroupBy_Simple_1_from_LINQ_101(Boolean)
GroupBy_Simple_2_from_LINQ_101(Boolean)
GroupBy_Simple_3_from_LINQ_101(Boolean)
Grouping_by_all_columns_doesnt_produce_a_groupby_statement(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_1(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_10(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_2(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_3(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_4(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_5(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_6(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_7(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_8(Boolean)
Grouping_by_all_columns_with_aggregate_function_works_9(Boolean)
Left_Outer_Join_with_Group_Join_from_LINQ_101(Boolean)
LongCount_Grouped_from_LINQ_101(Boolean)
Max_Elements_from_LINQ_101(Boolean)
Max_Grouped_from_LINQ_101(Boolean)
Min_Elements_from_LINQ_101(Boolean)
Min_Grouped_from_LINQ_101(Boolean)
Sum_Grouped_from_LINQ_101(Boolean)
Whats_new_2021_sample_1(Boolean)
Whats_new_2021_sample_10(Boolean)
Whats_new_2021_sample_11(Boolean)
Whats_new_2021_sample_12(Boolean)
Whats_new_2021_sample_13(Boolean)
Whats_new_2021_sample_14(Boolean)
Whats_new_2021_sample_15(Boolean)
Whats_new_2021_sample_16(Boolean)
Whats_new_2021_sample_2(Boolean)
Whats_new_2021_sample_3(Boolean)
Whats_new_2021_sample_4(Boolean)
Whats_new_2021_sample_5(Boolean)
Whats_new_2021_sample_6(Boolean)
Whats_new_2021_sample_7(Boolean)
Whats_new_2021_sample_8(Boolean)
Whats_new_2021_sample_9(Boolean)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class Ef6GroupByTestBase<TFixture> : QueryTestBase<TFixture>
where TFixture, new(), Ef6GroupByFixtureBase
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task GroupBy_is_optimized_when_projecting_group_key(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