RelationalElementTypeExtensions.GetRelationalTypeMapping 方法

定义

返回 RelationalTypeMapping 最终模型上给定元素的 。

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (elementType As IReadOnlyElementType) As RelationalTypeMapping

参数

elementType
IReadOnlyElementType

元素。

返回

类型映射。

属性

适用于