FindTestBase<TFixture>
BaseType
CancellationType
CompositeKey
DerivedType
FindFixtureBase
FindViaContextFinder
FindViaNonGenericContextFinder
FindViaSetFinder
IntKey
NullableIntKey
Owned1
Owned2
ShadowKey
StringKey
TestFinder
FindTestBase(TFixture)
Finder
Fixture
CreateContext()
Find_base_type_from_store_async(CancellationType)
Find_base_type_from_store()
Find_base_type_tracked_async(CancellationType)
Find_base_type_tracked()
Find_base_type_using_derived_set_from_store_async(CancellationType)
Find_base_type_using_derived_set_from_store()
Find_base_type_using_derived_set_tracked_async(CancellationType)
Find_base_type_using_derived_set_tracked()
Find_composite_key_from_store_async(CancellationType)
Find_composite_key_from_store()
Find_composite_key_tracked_async(CancellationType)
Find_composite_key_tracked()
Find_derived_type_from_store_async(CancellationType)
Find_derived_type_from_store()
Find_derived_type_tracked_async(CancellationType)
Find_derived_type_tracked()
Find_derived_type_using_base_set_tracked_async(CancellationType)
Find_derived_type_using_base_set_tracked()
Find_derived_using_base_set_type_from_store_async(CancellationType)
Find_derived_using_base_set_type_from_store()
Find_int_key_from_store_async(CancellationType)
Find_int_key_from_store()
Find_int_key_tracked_async(CancellationType)
Find_int_key_tracked()
Find_nullable_int_key_from_store_async(CancellationType)
Find_nullable_int_key_from_store()
Find_nullable_int_key_tracked_async(CancellationType)
Find_nullable_int_key_tracked()
Find_shadow_key_from_store_async(CancellationType)
Find_shadow_key_from_store()
Find_shadow_key_tracked_async(CancellationType)
Find_shadow_key_tracked()
Find_string_key_from_store_async(CancellationType)
Find_string_key_from_store()
Find_string_key_tracked_async(CancellationType)
Find_string_key_tracked()
Returns_null_for_base_type_not_in_store_async(CancellationType)
Returns_null_for_base_type_not_in_store()
Returns_null_for_composite_key_not_in_store_async(CancellationType)
Returns_null_for_composite_key_not_in_store()
Returns_null_for_derived_type_not_in_store_async(CancellationType)
Returns_null_for_derived_type_not_in_store()
Returns_null_for_int_key_not_in_store_async(CancellationType)
Returns_null_for_int_key_not_in_store()
Returns_null_for_null_in_composite_key_async(CancellationType)
Returns_null_for_null_in_composite_key()
Returns_null_for_null_key_async(CancellationType)
Returns_null_for_null_key_values_array_async(CancellationType)
Returns_null_for_null_key_values_array()
Returns_null_for_null_key()
Returns_null_for_null_nullable_key()
Returns_null_for_nullable_int_key_not_in_store_async(CancellationType)
Returns_null_for_nullable_int_key_not_in_store()
Returns_null_for_shadow_key_not_in_store_async(CancellationType)
Returns_null_for_shadow_key_not_in_store()
Returns_null_for_string_key_not_in_store_async(CancellationType)
Returns_null_for_string_key_not_in_store()
Throws_for_bad_entity_type_async(CancellationType)
Throws_for_bad_entity_type_with_different_namespace_async(CancellationType)
Throws_for_bad_entity_type_with_different_namespace()
Throws_for_bad_entity_type()
Throws_for_bad_type_for_composite_key_async(CancellationType)
Throws_for_bad_type_for_composite_key()
Throws_for_bad_type_for_simple_key_async(CancellationType)
Throws_for_bad_type_for_simple_key()
Throws_for_multiple_values_passed_for_simple_key_async(CancellationType)
Throws_for_multiple_values_passed_for_simple_key()
Throws_for_wrong_number_of_values_for_composite_key_async(CancellationType)
Throws_for_wrong_number_of_values_for_composite_key()
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class FindTestBase<TFixture> : IClassFixture<TFixture>
where TFixture, FindFixtureBase
{
[ConditionalFact]
public virtual void Find_composite_key_tracked();
}
}
.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