AnnotatableBase.AddAnnotation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddAnnotation(String, Annotation) |
このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。 |
AddAnnotation(String, Object) |
このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。 |
AddAnnotation(String, Annotation)
このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。
protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation AddAnnotation (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation annotation);
abstract member AddAnnotation : string * Microsoft.EntityFrameworkCore.Infrastructure.Annotation -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.AddAnnotation : string * Microsoft.EntityFrameworkCore.Infrastructure.Annotation -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function AddAnnotation (name As String, annotation As Annotation) As Annotation
パラメーター
- name
- String
追加する注釈のキー。
- annotation
- Annotation
追加する注釈。
戻り値
追加された注釈。
適用対象
AddAnnotation(String, Object)
このオブジェクトに注釈を追加します。 指定した名前の注釈が既に存在する場合は をスローします。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation AddAnnotation (string name, object? value);
abstract member AddAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.AddAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function AddAnnotation (name As String, value As Object) As Annotation
パラメーター
- name
- String
追加する注釈のキー。
- value
- Object
注釈に格納する値。
戻り値
新しく追加された注釈。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework