RelationalPropertyExtensions.GetRelationalTypeMapping 方法

定义

重载

GetRelationalTypeMapping(IProperty)

返回 RelationalTypeMapping 最终模型上给定属性的 。

GetRelationalTypeMapping(IReadOnlyProperty)

返回 RelationalTypeMapping 最终模型上给定属性的 。

GetRelationalTypeMapping(IProperty)

返回 RelationalTypeMapping 最终模型上给定属性的 。

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

参数

property
IProperty

属性。

返回

类型映射。

属性

适用于

GetRelationalTypeMapping(IReadOnlyProperty)

返回 RelationalTypeMapping 最终模型上给定属性的 。

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

参数

property
IReadOnlyProperty

属性。

返回

类型映射。

属性

适用于