다음을 통해 공유


SqliteDbContextOptionsBuilder.SuppressForeignKeyEnforcement 메서드

정의

오버로드

SuppressForeignKeyEnforcement()

데이터베이스에서 외신 키의 적용을 표시하지 않습니다.

SuppressForeignKeyEnforcement(Boolean)

데이터베이스에서 외신 키의 적용을 표시하지 않습니다.

SuppressForeignKeyEnforcement()

데이터베이스에서 외신 키의 적용을 표시하지 않습니다.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder SuppressForeignKeyEnforcement ();
abstract member SuppressForeignKeyEnforcement : unit -> Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder
override this.SuppressForeignKeyEnforcement : unit -> Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder
Public Overridable Function SuppressForeignKeyEnforcement () As SqliteDbContextOptionsBuilder

반환

동일한 작성기가 여러 호출을 연결할 수 있도록 instance.

적용 대상

SuppressForeignKeyEnforcement(Boolean)

데이터베이스에서 외신 키의 적용을 표시하지 않습니다.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder SuppressForeignKeyEnforcement (bool suppressForeignKeyEnforcement = true);
abstract member SuppressForeignKeyEnforcement : bool -> Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder
override this.SuppressForeignKeyEnforcement : bool -> Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder
Public Overridable Function SuppressForeignKeyEnforcement (Optional suppressForeignKeyEnforcement As Boolean = true) As SqliteDbContextOptionsBuilder

매개 변수

suppressForeignKeyEnforcement
Boolean

반환

동일한 작성기가 여러 호출을 연결할 수 있도록 instance.

적용 대상