Sdílet prostřednictvím


ConventionSetBuilder.Remove Metoda

Definice

Přetížení

Remove(Type)

Odebere konvenci daného typu.

Remove<TImplementaion>()

Odeberte konvenci daného typu.

Remove(Type)

Zdroj:
ConventionSetBuilder.cs
Zdroj:
ConventionSetBuilder.cs
Zdroj:
ConventionSetBuilder.cs

Odebere konvenci daného 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 konvence, který se má odebrat.

Platí pro

Remove<TImplementaion>()

Zdroj:
ConventionSetBuilder.cs
Zdroj:
ConventionSetBuilder.cs

Odeberte konvenci daného 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 konvence, která se má odebrat

Platí pro