AnnotatableBase.AddAnnotations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
追加する注釈。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework