RuntimeIndex.IIndex.GetNullableValueFactory<TKey> Method

Definition

Gets a factory for key values based on the index key values taken from various forms of entity data.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<TKey> IIndex.GetNullableValueFactory<TKey> ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IIndex.GetNullableValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
override this.Microsoft.EntityFrameworkCore.Metadata.IIndex.GetNullableValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
Function GetNullableValueFactory(Of TKey) () As IDependentKeyValueFactory(Of TKey) Implements IIndex.GetNullableValueFactory

Type Parameters

TKey

The type of the index instance.

Returns

The factory.

Implements

Attributes

Applies to