AnnotatableBase.CreateRuntimeAnnotation(String, Object) Method

Definition

Creates a new runtime annotation.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateRuntimeAnnotation (string name, object? value);
abstract member CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function CreateRuntimeAnnotation (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