Aracılığıyla paylaş


RelationalTypeBaseExtensions.FindMappingFragment Yöntem

Tanım

Aşırı Yüklemeler

FindMappingFragment(IReadOnlyTypeBase, StoreObjectIdentifier)

Belirli bir tablo benzeri depolama nesnesi için tür eşlemesini döndürür.

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

FindMappingFragment(ITypeBase, StoreObjectIdentifier)

Belirli bir tablo benzeri depolama nesnesi için tür eşlemesini döndürür.

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

FindMappingFragment(IReadOnlyTypeBase, StoreObjectIdentifier)

Belirli bir tablo benzeri depolama nesnesi için tür eşlemesini döndürür.

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.IReadOnlyEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (typeBase As IReadOnlyTypeBase, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyEntityTypeMappingFragment

Parametreler

typeBase
IReadOnlyTypeBase

Tür.

storeObject
StoreObjectIdentifier

Tablo benzeri bir depolama nesnesinin tanımlayıcısı.

Döndürülenler

Tür eşleme parçasını temsil eden bir nesne.

Şunlara uygulanır

FindMappingFragment(ITypeBase, StoreObjectIdentifier)

Belirli bir tablo benzeri depolama nesnesi için tür eşlemesini döndürür.

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.IEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.ITypeBase * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (typeBase As ITypeBase, ByRef storeObject As StoreObjectIdentifier) As IEntityTypeMappingFragment

Parametreler

typeBase
ITypeBase

Tür.

storeObject
StoreObjectIdentifier

Tablo benzeri bir depolama nesnesinin tanımlayıcısı.

Döndürülenler

Tür eşleme parçasını temsil eden bir nesne.

Şunlara uygulanır