SqlServerPropertyExtensions.GetHiLoSequenceSchemaConfigurationSource 方法

定義

ConfigurationSource 回 hi-lo 序列架構的 。

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

參數

property
IConventionProperty

屬性。

傳回

ConfigurationSourcehi-lo 序列架構的 。

適用於