ConventionSetBuilder.Remove Metoda

Definicja

Przeciążenia

Remove(Type)

Usuwa konwencję danego typu.

Remove<TImplementaion>()

Usuń konwencję danego typu.

Remove(Type)

Usuwa konwencję danego typu.

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

Parametry

conventionType
Type

Typ konwencji do usunięcia.

Dotyczy

Remove<TImplementaion>()

Usuń konwencję danego typu.

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

Parametry typu

TImplementaion

Typ konwencji do usunięcia

Dotyczy