MutableAnnotatableExtensions.SetOrRemoveAnnotation 方法

定义

设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 null 提供,则删除现有批注。

public static void SetOrRemoveAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string name, object value);
static member SetOrRemoveAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string * obj -> unit
<Extension()>
Public Sub SetOrRemoveAnnotation (annotatable As IMutableAnnotatable, name As String, value As Object)

参数

annotatable
IMutableAnnotatable

要为其设置批注的对象。

name
String

要添加的批注的名称。

value
Object

要存储在批注中的值。

适用于