RelationalPropertyExtensions.GetDefaultValueSqlConfigurationSource 方法

定义

ConfigurationSource获取默认值 SQL 表达式的 。

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

参数

property
IConventionProperty

属性。

返回

ConfigurationSource默认值 SQL 表达式的 。

适用于