ConventionAnnotatable.SetOrRemoveAnnotation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的組態來源,設定這個物件上具有指定索引鍵和值的批註。
如果具有指定名稱的注釋已經存在且 value
為 null
,則會移除現有的批註。
public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation? SetOrRemoveAnnotation (string name, object? value, Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource configurationSource);
abstract member SetOrRemoveAnnotation : string * obj * Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource -> Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
override this.SetOrRemoveAnnotation : string * obj * Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource -> Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
Public Overridable Function SetOrRemoveAnnotation (name As String, value As Object, configurationSource As ConfigurationSource) As ConventionAnnotation
參數
- name
- String
要加入之批註的索引鍵。
- value
- Object
要儲存在注釋中的值。
- configurationSource
- ConfigurationSource
要設定之批註的組態來源。
傳回
Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
新的批註。