RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource Method

Definition

Returns the configuration source for 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)

Parameters

model
IConventionModel

The model to find configuration source for.

Returns

The configuration source for GetMaxIdentifierLength(IReadOnlyModel).

Applies to