MutableAnnotatableExtensions.AddAnnotations Método

Definição

Adiciona anotações a um objeto .

public static void AddAnnotations (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
static member AddAnnotations : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
<Extension()>
Public Sub AddAnnotations (annotatable As IMutableAnnotatable, annotations As IEnumerable(Of IAnnotation))

Parâmetros

annotatable
IMutableAnnotatable

O objeto ao qual adicionar as anotações.

annotations
IEnumerable<IAnnotation>

As anotações a serem adicionadas.

Aplica-se a