RelationalOptionsExtension 생성자

정의

오버로드

RelationalOptionsExtension()

모든 항목이 기본값으로 설정된 새 옵션 집합을 만듭니다.

RelationalOptionsExtension(RelationalOptionsExtension)

메서드를 구현 Clone() 할 때 파생 클래스 생성자에 의해 호출됩니다.

RelationalOptionsExtension()

모든 항목이 기본값으로 설정된 새 옵션 집합을 만듭니다.

protected RelationalOptionsExtension ();
Protected Sub New ()

적용 대상

RelationalOptionsExtension(RelationalOptionsExtension)

메서드를 구현 Clone() 할 때 파생 클래스 생성자에 의해 호출됩니다.

protected RelationalOptionsExtension (Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension copyFrom);
new Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension : Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Protected Sub New (copyFrom As RelationalOptionsExtension)

매개 변수

copyFrom
RelationalOptionsExtension

복제되는 instance.

적용 대상