NorthwindFunctionsQueryTestBase<TFixture>
NorthwindFunctionsQueryTestBase(TFixture)
ClearLog()
Client_evaluation_of_uncorrelated_method_call(Boolean)
CreateContext()
Order_by_length_twice_followed_by_projection_of_naked_collection_navigation(Boolean)
Order_by_length_twice(Boolean)
Static_equals_int_compared_to_long(Boolean)
Static_equals_nullable_datetime_compared_to_non_nullable(Boolean)
Sum_over_round_works_correctly_in_projection_2(Boolean)
Sum_over_round_works_correctly_in_projection(Boolean)
Sum_over_truncate_works_correctly_in_projection_2(Boolean)
Sum_over_truncate_works_correctly_in_projection(Boolean)
Where_functions_nested(Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.Query
{
public abstract class NorthwindFunctionsQueryTestBase<TFixture> : QueryTestBase<TFixture>
where TFixture, new(), NorthwindQueryFixtureBase<NoopModelCustomizer>
{
[ConditionalTheory]
[MemberData("IsAsyncData", new[] { })]
public virtual Task Static_equals_nullable_datetime_compared_to_non_nullable(bool async);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.Specification.Tests , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Specification.Tests (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API