Annotatable.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
要儲存在注釋中的值。
傳回
新加入的注釋。