Aracılığıyla paylaş


RelationalKeyExtensions.FindSharedObjectRootKey Yöntem

Tanım

Aşırı Yüklemeler

FindSharedObjectRootKey(IConventionKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionKey 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.

FindSharedObjectRootKey(IKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionKey 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.

FindSharedObjectRootKey(IMutableKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IMutableKey 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.

FindSharedObjectRootKey(IReadOnlyKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IKey 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.

FindSharedObjectRootKey(IConventionKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionKey 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.IConventionKey FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionKey? FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootKey : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionKey
<Extension()>
Public Function FindSharedObjectRootKey (key As IConventionKey, ByRef storeObject As StoreObjectIdentifier) As IConventionKey

Parametreler

key
IConventionKey

Anahtar.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Anahtar bulundu veya null hiç bulunamadı.

Şunlara uygulanır

FindSharedObjectRootKey(IKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IConventionKey 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.IKey FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IKey? FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootKey : Microsoft.EntityFrameworkCore.Metadata.IKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IKey
<Extension()>
Public Function FindSharedObjectRootKey (key As IKey, ByRef storeObject As StoreObjectIdentifier) As IKey

Parametreler

key
IKey

Anahtar.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Anahtar bulundu veya null hiç bulunamadı.

Şunlara uygulanır

FindSharedObjectRootKey(IMutableKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IMutableKey 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.IMutableKey FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableKey? FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootKey : Microsoft.EntityFrameworkCore.Metadata.IMutableKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableKey
<Extension()>
Public Function FindSharedObjectRootKey (key As IMutableKey, ByRef storeObject As StoreObjectIdentifier) As IMutableKey

Parametreler

key
IMutableKey

Anahtar.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Anahtar bulundu veya null hiç bulunamadı.

Şunlara uygulanır

FindSharedObjectRootKey(IReadOnlyKey, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı kısıtlamaya eşlenen ilki IKey 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.IReadOnlyKey? FindSharedObjectRootKey (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey
<Extension()>
Public Function FindSharedObjectRootKey (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyKey

Parametreler

key
IReadOnlyKey

Anahtar.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Anahtar bulundu veya null hiç bulunamadı.

Şunlara uygulanır