ProviderCodeGeneratorPlugin 类

定义

插件用于生成反向工程代码片段的基类。

public class ProviderCodeGeneratorPlugin : Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin
type ProviderCodeGeneratorPlugin = class
    interface IProviderCodeGeneratorPlugin
Public Class ProviderCodeGeneratorPlugin
Implements IProviderCodeGeneratorPlugin
继承
ProviderCodeGeneratorPlugin
实现

注解

有关详细信息和示例,请参阅 反向工程 (现有数据库) 基架EF Core 设计时服务

构造函数

ProviderCodeGeneratorPlugin()

插件用于生成反向工程代码片段的基类。

方法

GenerateContextOptions()

生成用于配置特定于提供程序的选项的方法链。

GenerateProviderOptions()

生成方法链以配置其他上下文选项。

适用于