Annotatable.CreateAnnotation(String, Object) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new annotation.
protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation(string name, object value);
	abstract member CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
	Protected Overridable Function CreateAnnotation (name As String, value As Object) As Annotation
	Parameters
- name
 - String
 
The key of the annotation.
- value
 - Object
 
The value to be stored in the annotation.
Returns
The newly created annotation.