다음을 통해 공유


ConventionSetBuilder.Remove 메서드

정의

오버로드

Remove(Type)

지정된 형식의 규칙을 제거합니다.

Remove<TImplementaion>()

지정된 형식의 규칙을 제거합니다.

Remove(Type)

지정된 형식의 규칙을 제거합니다.

public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)

매개 변수

conventionType
Type

제거할 규칙 형식입니다.

적용 대상

Remove<TImplementaion>()

지정된 형식의 규칙을 제거합니다.

public virtual void Remove<TImplementaion> () where TImplementaion : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention;
abstract member Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
override this.Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
Public Overridable Sub Remove(Of TImplementaion As IConvention) ()

형식 매개 변수

TImplementaion

제거할 규칙의 유형

적용 대상