CosmosPropertyExtensions.GetPropertyNameConfigurationSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 时使用的属性名称的 。