AnnotatableBase.CreateRuntimeAnnotation(String, Object) Método

Definição

Cria uma anotação de runtime.

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

Parâmetros

name
String

A chave da anotação.

value
Object

O valor a ser armazenado na anotação.

Retornos

A anotação recém-criada.

Aplica-se a