共用方式為


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

包含此服務相依性的參數物件。

適用於