AnnotationCodeGenerator(AnnotationCodeGeneratorDependencies) 构造函数

定义

初始化此类的新实例。

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

包含此服务的依赖项的参数对象。

适用于