RelationalEntityTypeExtensions.GetContainerColumnTypeMapping 方法

定义

注意

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

获取实体类型映射到的容器列类型映射。

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

参数

entityType
IReadOnlyEntityType

要获取其容器列类型映射的实体类型。

返回

实体类型映射到的容器列类型映射。

属性

适用于