Aracılığıyla paylaş


RelationalForeignKeyExtensions.FindSharedObjectRootForeignKey Yöntem

Tanım

Aşırı Yüklemeler

FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionForeignKey bulur.

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

FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionForeignKey bulur.

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

FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IMutableForeignKey bulur.

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

FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IForeignKey bulur.

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

FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionForeignKey bulur.

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

public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IConventionForeignKey, ByRef storeObject As StoreObjectIdentifier) As IConventionForeignKey

Parametreler

foreignKey
IConventionForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar bulunursa veya null bulunamazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionForeignKey bulur.

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

public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IForeignKey, ByRef storeObject As StoreObjectIdentifier) As IForeignKey

Parametreler

foreignKey
IForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar bulunursa veya null bulunamazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IMutableForeignKey bulur.

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

public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IMutableForeignKey, ByRef storeObject As StoreObjectIdentifier) As IMutableForeignKey

Parametreler

foreignKey
IMutableForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar bulunursa veya null bulunamazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IForeignKey bulur.

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

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IReadOnlyForeignKey, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyForeignKey

Parametreler

foreignKey
IReadOnlyForeignKey

Yabancı anahtar.

storeObject
StoreObjectIdentifier

İçeren depolama nesnesinin tanımlayıcısı.

Döndürülenler

Yabancı anahtar bulunursa veya null bulunamazsa.

Şunlara uygulanır