CosmosPropertyExtensions.GetPropertyNameConfigurationSource 方法

定义

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

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPropertyNameConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

参数

property
IConventionProperty

属性。

返回

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

适用于