CosmosPropertyExtensions.GetJsonPropertyName 方法

定义

重载

GetJsonPropertyName(IProperty)

返回以 Cosmos 为目标时属性映射到的属性名称。

GetJsonPropertyName(IReadOnlyProperty)

返回以 Cosmos 为目标时属性映射到的属性名称。

GetJsonPropertyName(IProperty)

返回以 Cosmos 为目标时属性映射到的属性名称。

public static string GetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetJsonPropertyName (property As IProperty) As String

参数

property
IProperty

属性。

返回

返回以 Cosmos 为目标时属性映射到的属性名称。

适用于

GetJsonPropertyName(IReadOnlyProperty)

返回以 Cosmos 为目标时属性映射到的属性名称。

public static string GetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetJsonPropertyName (property As IReadOnlyProperty) As String

参数

property
IReadOnlyProperty

属性。

返回

返回以 Cosmos 为目标时属性映射到的属性名称。

适用于