ProviderCodeGeneratorPlugin 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
外掛程式用來產生反向工程程式碼片段的基類。
public class ProviderCodeGeneratorPlugin : Microsoft.EntityFrameworkCore.Scaffolding.IProviderCodeGeneratorPlugin
type ProviderCodeGeneratorPlugin = class
interface IProviderCodeGeneratorPlugin
Public Class ProviderCodeGeneratorPlugin
Implements IProviderCodeGeneratorPlugin
- 繼承
-
ProviderCodeGeneratorPlugin
- 實作
備註
如需詳細資訊和範例 ,請參閱反向工程 (建構) 現有的資料庫和 EF Core 設計階段服務 。
建構函式
ProviderCodeGeneratorPlugin() |
外掛程式用來產生反向工程程式碼片段的基類。 |
方法
GenerateContextOptions() |
產生用來設定提供者特定選項的方法鏈結。 |
GenerateProviderOptions() |
產生方法鏈結以設定其他內容選項。 |