Compartir a través de


RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource Método

Definición

Devuelve el origen de configuración de 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)

Parámetros

model
IConventionModel

Modelo para el que se va a buscar el origen de configuración.

Devoluciones

Origen de configuración de GetMaxIdentifierLength(IReadOnlyModel).

Se aplica a