次の方法で共有


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 も指定できます。

適用対象