Aracılığıyla paylaş


RuntimeKey.IKey.GetPrincipalKeyValueFactory Yöntem

Tanım

Aşırı Yüklemeler

IKey.GetPrincipalKeyValueFactory()

Çeşitli varlık veri biçimlerinden alınan anahtar değerlerine göre anahtar değerleri için bir fabrika alır.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

IKey.GetPrincipalKeyValueFactory<TKey>()

Çeşitli varlık veri biçimlerinden alınan anahtar değerlerine göre anahtar değerleri için bir fabrika alır.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

IKey.GetPrincipalKeyValueFactory()

Çeşitli varlık veri biçimlerinden alınan anahtar değerlerine göre anahtar değerleri için bir fabrika alır.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

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

Döndürülenler

Fabrikaya.

Uygulamalar

Şunlara uygulanır

IKey.GetPrincipalKeyValueFactory<TKey>()

Çeşitli varlık veri biçimlerinden alınan anahtar değerlerine göre anahtar değerleri için bir fabrika alır.

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

[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

Tür Parametreleri

TKey

Anahtar örneğinin türü.

Döndürülenler

Fabrikaya.

Uygulamalar

Öznitelikler

Şunlara uygulanır