CosmosPropertyExtensions.GetPropertyName(IProperty) 方法

定义

返回面向 Cosmos 时使用的属性名称。

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

参数

property
IProperty

属性。

返回

面向 Cosmos 时使用的属性名称。

适用于