Compartilhar via


ConventionSetBuilder.Remove Método

Definição

Sobrecargas

Remove(Type)

Remove a convenção do tipo fornecido.

Remove<TImplementaion>()

Remova a convenção do tipo fornecido.

Remove(Type)

Remove a convenção do tipo fornecido.

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

Parâmetros

conventionType
Type

O tipo de convenção a ser removido.

Aplica-se a

Remove<TImplementaion>()

Remova a convenção do tipo fornecido.

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) ()

Parâmetros de tipo

TImplementaion

O tipo de convenção a ser removida

Aplica-se a