PropertyExtensions.FindTypeMapping(IProperty) メソッド

定義

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

public static Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping FindTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
<Extension()>
Public Function FindTypeMapping (property As IProperty) As CoreTypeMapping

パラメーター

property
IProperty

プロパティ。

戻り値

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

適用対象