SqlServerPropertyExtensions.GetSequenceNameConfigurationSource 方法

定义

返回 ConfigurationSource 键值生成序列名称的 。

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

参数

property
IConventionProperty

属性。

返回

ConfigurationSource键值生成序列名称的 。

适用于