RelationalPropertyExtensions.GetRelationalTypeMapping メソッド

定義

オーバーロード

GetRelationalTypeMapping(IProperty)

完成したモデルの RelationalTypeMapping 指定されたプロパティの を返します。

GetRelationalTypeMapping(IReadOnlyProperty)

完成したモデルの RelationalTypeMapping 指定されたプロパティの を返します。

GetRelationalTypeMapping(IProperty)

完成したモデルの RelationalTypeMapping 指定されたプロパティの を返します。

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

パラメーター

property
IProperty

プロパティ。

戻り値

型マッピング。

属性

適用対象

GetRelationalTypeMapping(IReadOnlyProperty)

完成したモデルの RelationalTypeMapping 指定されたプロパティの を返します。

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

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

型マッピング。

属性

適用対象