共用方式為


IProviderConfigurationCodeGenerator.GenerateProviderOptions 方法

定義

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

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateProviderOptions ();
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? GenerateProviderOptions ();
abstract member GenerateProviderOptions : unit -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateProviderOptions () As MethodCallCodeFragment

傳回

方法鏈結。 可能是 Null。

適用於