ConventionSet.Remove Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Remove(Type) |
Odebere konvenci daného typu. |
Remove<TConvention>(IList<TConvention>, Type) |
Odebere existující konvenci. |
Remove<TConvention>(List<TConvention>, Type) |
Odebere existující konvenci. |
Remove(Type)
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.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<TConvention>(IList<TConvention>, Type)
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
Odebere existující konvenci.
public static bool Remove<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.IList<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As IList(Of TConvention), existingConventionType As Type) As Boolean
Parametry typu
- TConvention
Typ konvence, který se odebírá.
Parametry
- conventionsList
- IList<TConvention>
Seznam existujících instancí konvencí, které chcete zkontrolovat.
- existingConventionType
- Type
Typ existující konvence.
Návraty
true
pokud byla konvence odebrána.
Platí pro
Remove<TConvention>(List<TConvention>, Type)
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
- Zdroj:
- ConventionSet.cs
Odebere existující konvenci.
public static bool Remove<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.List<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As List(Of TConvention), existingConventionType As Type) As Boolean
Parametry typu
- TConvention
Typ konvence, který se odebírá.
Parametry
- conventionsList
- List<TConvention>
Seznam existujících instancí konvencí, které chcete zkontrolovat.
- existingConventionType
- Type
Typ existující konvence.
Návraty
true
pokud byla konvence odebrána.
Platí pro
Entity Framework