ElementMappingConvention 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确保属性映射具有类型映射器发现的任何 ElementMapping 的约定。
public class ElementMappingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention
type ElementMappingConvention = class
interface IModelFinalizingConvention
interface IConvention
Public Class ElementMappingConvention
Implements IModelFinalizingConvention
- 继承
-
ElementMappingConvention
- 实现
注解
有关详细信息和示例,请参阅 模型生成约定 。
构造函数
ElementMappingConvention(ProviderConventionSetBuilderDependencies) |
创建 ElementMappingConvention 的新实例。 |
属性
Dependencies |
此服务的依赖项。 |
方法
ProcessModelFinalizing(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>) |
在最终确定模型时调用。 |