PropertyExtensions.GetTypeMapping(IProperty) メソッド

定義

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

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

パラメーター

property
IProperty

プロパティ。

戻り値

型マッピング。

適用対象