ProviderCodeGenerator.GenerateProviderOptions Method

Definition

Generates a method chain used to configure provider-specific options.

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

Returns

The method chain. May be null.

Implements

Applies to