Поделиться через


SqlServerModelExtensions.GetValueGenerationStrategyConfigurationSource Метод

Определение

Возвращает для ConfigurationSource значения по умолчанию SqlServerValueGenerationStrategy.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

Параметры

model
IConventionModel

Модель.

Возвращаемое значение

Для ConfigurationSource по умолчанию SqlServerValueGenerationStrategy.

Применяется к