Share via


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

要素。

戻り値

型マッピング。

属性

適用対象