SqliteConventionSetBuilder.CreateConventionSet 메서드

정의

현재 데이터베이스 공급자에 대한 규칙 집합을 빌드하고 반환합니다.

public override Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet CreateConventionSet ();
override this.CreateConventionSet : unit -> Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet
Public Overrides Function CreateConventionSet () As ConventionSet

반환

현재 데이터베이스 공급자에 대해 설정된 규칙입니다.

적용 대상