Share via


RuntimeKey.IKey.GetPrincipalKeyValueFactory Method

Definition

Overloads

IKey.GetPrincipalKeyValueFactory()

Gets a factory for key values based on the 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.

IKey.GetPrincipalKeyValueFactory<TKey>()

Gets a factory for key values based on the 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.

IKey.GetPrincipalKeyValueFactory()

Gets a factory for key values based on the 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.

Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory IKey.GetPrincipalKeyValueFactory ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory
override this.Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory
Function GetPrincipalKeyValueFactory () As IPrincipalKeyValueFactory Implements IKey.GetPrincipalKeyValueFactory

Returns

The factory.

Implements

Applies to

IKey.GetPrincipalKeyValueFactory<TKey>()

Gets a factory for key values based on the 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.IPrincipalKeyValueFactory<TKey> IKey.GetPrincipalKeyValueFactory<TKey> ();
Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory<TKey> IKey.GetPrincipalKeyValueFactory<TKey> ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory<'Key>
override this.Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory<'Key>
abstract member Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory<'Key>
override this.Microsoft.EntityFrameworkCore.Metadata.IKey.GetPrincipalKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory<'Key>
Function GetPrincipalKeyValueFactory(Of TKey) () As IPrincipalKeyValueFactory(Of TKey) Implements IKey.GetPrincipalKeyValueFactory

Type Parameters

TKey

The type of the key instance.

Returns

The factory.

Implements

Attributes

Applies to