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일 수 있습니다.

적용 대상