共用方式為


ProviderCodeGeneratorPlugin 類別

定義

外掛程式用來產生反向工程程式碼片段的基類。

public class ProviderCodeGeneratorPlugin : Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin
type ProviderCodeGeneratorPlugin = class
    interface IProviderCodeGeneratorPlugin
Public Class ProviderCodeGeneratorPlugin
Implements IProviderCodeGeneratorPlugin
繼承
ProviderCodeGeneratorPlugin
實作

備註

如需詳細資訊和範例 ,請參閱反向工程 (建構) 現有的資料庫EF Core 設計階段服務

建構函式

ProviderCodeGeneratorPlugin()

外掛程式用來產生反向工程程式碼片段的基類。

方法

GenerateContextOptions()

產生用來設定提供者特定選項的方法鏈結。

GenerateProviderOptions()

產生方法鏈結以設定其他內容選項。

適用於