ProviderConventionSetBuilder.CreateConventionSet 메서드

정의

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

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

반환

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

구현

적용 대상