Annotatable.CreateAnnotation(String, Object) Method

Definition

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.

Applies to