ConventionAnnotatable.CreateAnnotation(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新批注。
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object value);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object? value);
override this.CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function CreateAnnotation (name As String, value As Object) As Annotation
参数
- name
- String
批注的键。
- value
- Object
要存储在批注中的值。
返回
新创建的批注。