AnnotationCodeGenerator(AnnotationCodeGeneratorDependencies) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化此类的新实例。
public AnnotationCodeGenerator (Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator : Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies -> Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator
Public Sub New (dependencies As AnnotationCodeGeneratorDependencies)
参数
- dependencies
- AnnotationCodeGeneratorDependencies
包含此服务的依赖项的参数对象。