MutableAnnotatableExtensions.GetOrAddAnnotation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有给定键的现有批注,或添加新批注(如果不存在)。
public static Microsoft.EntityFrameworkCore.Infrastructure.Annotation GetOrAddAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName, string value);
static member GetOrAddAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string * string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
<Extension()>
Public Function GetOrAddAnnotation (annotatable As IMutableAnnotatable, annotationName As String, value As String) As Annotation
参数
- annotatable
- IMutableAnnotatable
要查找或向其添加批注的对象。
- annotationName
- String
要查找或添加的批注的键。
- value
- String
如果创建了新值,则存储在批注中的值。
返回
找到或添加的批注。