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

屬性。

傳回

型別對應。

適用於