Aracılığıyla paylaş


RelationalIndexExtensions.FindSharedObjectRootIndex Yöntem

Tanım

Aşırı Yüklemeler

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IConventionIndex 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.

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IConventionIndex 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.

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IMutableIndex 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.

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IIndex 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.

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

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

Parametreler

index
IConventionIndex

Dizin.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Dizin bulundu veya null bulunamadıysa.

Şunlara uygulanır

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IConventionIndex 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.IIndex FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As IIndex

Parametreler

index
IIndex

Dizin.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Dizin bulundu veya null bulunamadıysa.

Şunlara uygulanır

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

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

Parametreler

index
IMutableIndex

Dizin.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Dizin bulundu veya null bulunamadıysa.

Şunlara uygulanır

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

Paylaşılan tablo benzeri bir nesnede aynı dizine eşlenen ilki IIndex 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.IReadOnlyIndex? FindSharedObjectRootIndex (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootIndex : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex
<Extension()>
Public Function FindSharedObjectRootIndex (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyIndex

Parametreler

index
IReadOnlyIndex

Dizin.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Dizin bulundu veya null bulunamadıysa.

Şunlara uygulanır