PropertyExtensions.FindMapping(IProperty) メソッド

定義

注意事項

Use FindTypeMapping instead

指定したプロパティの CoreTypeMapping を返します。

[System.Obsolete("Use FindTypeMapping instead")]
public static Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping FindMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Obsolete("Use FindTypeMapping instead")>]
static member FindMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
<Extension()>
Public Function FindMapping (property As IProperty) As CoreTypeMapping

パラメーター

property
IProperty

プロパティ。

戻り値

型マッピング。何 null も見つからなかった場合は 。

属性

適用対象