Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetContainerColumnTypeMapping Yöntem

Tanım

Dikkat

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

Varlık türünün eşlendiği kapsayıcı sütun türü eşlemesini alır.

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? GetContainerColumnTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
[System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? GetContainerColumnTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainerColumnTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")>]
static member GetContainerColumnTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetContainerColumnTypeMapping (entityType As IReadOnlyEntityType) As RelationalTypeMapping

Parametreler

entityType
IReadOnlyEntityType

Kapsayıcı sütun türü eşlemesini almak için varlık türü.

Döndürülenler

Varlık türünün eşlendiği kapsayıcı sütun türü eşlemesi.

Öznitelikler

Şunlara uygulanır