RelationalMaxIdentifierLengthConvention 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置数据库支持的最大对象标识符长度的约定。
public class RelationalMaxIdentifierLengthConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelInitializedConvention
type RelationalMaxIdentifierLengthConvention = class
interface IModelInitializedConvention
interface IConvention
Public Class RelationalMaxIdentifierLengthConvention
Implements IModelInitializedConvention
- 继承
-
RelationalMaxIdentifierLengthConvention
- 实现
注解
有关详细信息和示例,请参阅 模型生成约定 。
构造函数
RelationalMaxIdentifierLengthConvention(Int32, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
属性
Dependencies |
此服务的依赖项。 |
MaxIdentifierLength |
数据库支持的最大对象标识符长度。 |
RelationalDependencies |
此服务的关系提供程序特定的依赖项。 |
方法
ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>) |
在初始化模型后调用。 |