Condividi tramite


AnnotatableBase.CreateRuntimeAnnotation(String, Object) Metodo

Definizione

Crea una nuova annotazione di 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

Parametri

name
String

Chiave dell'annotazione.

value
Object

Valore da archiviare nell'annotazione.

Restituisce

Annotazione appena creata.

Si applica a