RelationalForeignKeyExtensions.FindSharedObjectRootForeignKey Yöntem

Tanım

Aşırı Yüklemeler

FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier)

IConventionForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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)

IConventionForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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)

IMutableForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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)

IForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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)

IConventionForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IConventionForeignKey

Bulunursa, yabancı anahtar veya null Hiçbiri bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier)

IConventionForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IForeignKey

Bulunursa, yabancı anahtar veya null Hiçbiri bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier)

IMutableForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IMutableForeignKey

Bulunursa, yabancı anahtar veya null Hiçbiri bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier)

IForeignKeyPaylaşılan tablo benzeri bir nesne içindeki aynı kısıtlamaya eşlenen ilkini 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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IReadOnlyForeignKey

Bulunursa, yabancı anahtar veya null Hiçbiri bulunmazsa.

Şunlara uygulanır