ProviderConventionSetBuilder.ReplaceConvention Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ReplaceConvention<TConvention,TImplementation>(IList<TConvention>, TImplementation) |
Substitui uma convenção existente por uma convenção derivada. |
ReplaceConvention<TConvention,TImplementation>(List<TConvention>, TImplementation) |
Substitui uma convenção existente por uma convenção derivada. |
ReplaceConvention<TConvention,TImplementation>(IList<TConvention>, TImplementation)
Substitui uma convenção existente por uma convenção derivada.
protected virtual bool ReplaceConvention<TConvention,TImplementation> (System.Collections.Generic.IList<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
abstract member ReplaceConvention : System.Collections.Generic.IList<'Convention> * 'Implementation -> bool
override this.ReplaceConvention : System.Collections.Generic.IList<'Convention> * 'Implementation -> bool
Protected Overridable Function ReplaceConvention(Of TConvention, TImplementation) (conventionsList As IList(Of TConvention), newConvention As TImplementation) As Boolean
Parâmetros de tipo
- TConvention
O tipo de convenção que está sendo substituído.
- TImplementation
O tipo da convenção antiga.
Parâmetros
- conventionsList
- IList<TConvention>
A lista de instâncias de convenção existentes a serem digitalizadas.
- newConvention
- TImplementation
A nova convenção.
Retornos
Aplica-se a
ReplaceConvention<TConvention,TImplementation>(List<TConvention>, TImplementation)
Substitui uma convenção existente por uma convenção derivada.
protected virtual bool ReplaceConvention<TConvention,TImplementation> (System.Collections.Generic.List<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
abstract member ReplaceConvention : System.Collections.Generic.List<'Convention> * 'Implementation -> bool
override this.ReplaceConvention : System.Collections.Generic.List<'Convention> * 'Implementation -> bool
Protected Overridable Function ReplaceConvention(Of TConvention, TImplementation) (conventionsList As List(Of TConvention), newConvention As TImplementation) As Boolean
Parâmetros de tipo
- TConvention
O tipo de convenção que está sendo substituído.
- TImplementation
O tipo da convenção antiga.
Parâmetros
- conventionsList
- List<TConvention>
A lista de instâncias de convenção existentes a serem digitalizadas.
- newConvention
- TImplementation
A nova convenção.
Retornos
Aplica-se a
Entity Framework