RelationalMaxIdentifierLengthConvention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework