Aracılığıyla paylaş


MutableAnnotatableExtensions.AddAnnotations Yöntem

Tanım

Nesneye ek açıklamalar ekler.

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))

Parametreler

annotatable
IMutableAnnotatable

Ek açıklamaların ekleneceği nesne.

annotations
IEnumerable<IAnnotation>

Eklenecek ek açıklamalar.

Şunlara uygulanır