RelationalIndexExtensions.FindSharedObjectRootIndex Yöntem

Tanım

Aşırı Yüklemeler

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

IConventionIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

IConventionIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

IMutableIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

IIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

IConventionIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IConventionIndex

Dizin bulundu veya null hiç bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

IConventionIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IIndex

Dizin bulundu veya null hiç bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

IMutableIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IMutableIndex

Dizin bulundu veya null hiç bulunmazsa.

Şunlara uygulanır

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

IIndexPaylaşılan tablo benzeri bir nesne içindeki aynı dizine 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.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 depo nesnesinin tanımlayıcısı.

Döndürülenler

IReadOnlyIndex

Dizin bulundu veya null hiç bulunmazsa.

Şunlara uygulanır