次の方法で共有


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

このサービスの依存関係を含む Parameter オブジェクト。

適用対象