次の方法で共有


AnnotatableBase.AddAnnotations メソッド

定義

オーバーロード

AddAnnotations(IEnumerable<IAnnotation>)

このオブジェクトに注釈を追加します。

AddAnnotations(IReadOnlyDictionary<String,Object>)

このオブジェクトに注釈を追加します。

AddAnnotations(IEnumerable<IAnnotation>)

このオブジェクトに注釈を追加します。

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

パラメーター

annotations
IEnumerable<IAnnotation>

追加する注釈。

適用対象

AddAnnotations(IReadOnlyDictionary<String,Object>)

このオブジェクトに注釈を追加します。

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

パラメーター

annotations
IReadOnlyDictionary<String,Object>

追加する注釈。

適用対象