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

属性。

返回

类型映射。

适用于