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


RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource Метод

Определение

Возвращает источник конфигурации для GetMaxIdentifierLength(IReadOnlyModel).

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

Параметры

model
IConventionModel

Модель для поиска источника конфигурации.

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

Источник конфигурации для GetMaxIdentifierLength(IReadOnlyModel).

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