ConventionAnnotatableExtensions.AddAnnotations Método

Definição

Adiciona anotações a um objeto .

public static void AddAnnotations (this Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable annotatable, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> annotations, bool fromDataAnnotation = false);
static member AddAnnotations : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable * seq<Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation> * bool -> unit
<Extension()>
Public Sub AddAnnotations (annotatable As IConventionAnnotatable, annotations As IEnumerable(Of IConventionAnnotation), Optional fromDataAnnotation As Boolean = false)

Parâmetros

annotatable
IConventionAnnotatable

O objeto ao qual adicionar as anotações.

annotations
IEnumerable<IConventionAnnotation>

As anotações a serem adicionadas.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Aplica-se a