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

要為其取得容器資料行類型對應的實體類型。

傳回

實體類型對應的容器資料行類型。

屬性

適用於