IProviderCodeGeneratorPlugin.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。

适用于