RelationalMaxIdentifierLengthConvention Class

Definition

A convention that configures the maximum object identifier length supported by the database.

public class RelationalMaxIdentifierLengthConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelInitializedConvention
type RelationalMaxIdentifierLengthConvention = class
    interface IModelInitializedConvention
    interface IConvention
Public Class RelationalMaxIdentifierLengthConvention
Implements IModelInitializedConvention
Inheritance
RelationalMaxIdentifierLengthConvention
Implements

Remarks

See Model building conventions for more information and examples.

Constructors

RelationalMaxIdentifierLengthConvention(Int32, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

Creates a new instance of RelationalMaxIdentifierLengthConvention.

Properties

Dependencies

Dependencies for this service.

MaxIdentifierLength

The maximum object identifier length supported by the database.

RelationalDependencies

Relational provider-specific dependencies for this service.

Methods

ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

Called after a model is initialized.

Applies to