AnnotatableBase.CreateRuntimeAnnotation(String, Object) Méthode

Définition

Crée une annotation d’exécution.

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

Paramètres

name
String

Clé de l’annotation.

value
Object

Valeur à stocker dans l’annotation.

Retours

Annotation nouvellement créée.

S’applique à