Share via


ConventionAnnotatable.CreateAnnotation(String, Object) Method

Definition

Creates a new annotation.

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

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