AnnotatableBase.AddAnnotations Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddAnnotations(IEnumerable<IAnnotation>) |
Dodaje adnotacje do tego obiektu. |
AddAnnotations(IReadOnlyDictionary<String,Object>) |
Dodaje adnotacje do tego obiektu. |
AddAnnotations(IEnumerable<IAnnotation>)
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
Dodaje adnotacje do tego obiektu.
public virtual void AddAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member AddAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.AddAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub AddAnnotations (annotations As IEnumerable(Of IAnnotation))
Parametry
- annotations
- IEnumerable<IAnnotation>
Adnotacje do dodania.
Dotyczy
AddAnnotations(IReadOnlyDictionary<String,Object>)
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
- Źródło:
- AnnotatableBase.cs
Dodaje adnotacje do tego obiektu.
public virtual void AddAnnotations (System.Collections.Generic.IReadOnlyDictionary<string,object?> annotations);
abstract member AddAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
override this.AddAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
Public Overridable Sub AddAnnotations (annotations As IReadOnlyDictionary(Of String, Object))
Parametry
- annotations
- IReadOnlyDictionary<String,Object>
Adnotacje do dodania.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.