ComplexPropertyBuilder<TComplex>.HasPropertyAnnotation Metodo

Definizione

Aggiunge o aggiorna un'annotazione nel tipo di entità. Se esiste già un'annotazione con la chiave specificata in annotation , verrà aggiornato il relativo valore.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder<TComplex> HasPropertyAnnotation (string annotation, object? value);
override this.HasPropertyAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder<'Complex>
Public Overridable Function HasPropertyAnnotation (annotation As String, value As Object) As ComplexPropertyBuilder(Of TComplex)

Parametri

annotation
String

Chiave dell'annotazione da aggiungere o aggiornare.

value
Object

Valore da archiviare nell'annotazione.

Restituisce

La stessa istanza typeBuilder in modo che sia possibile concatenare più chiamate di configurazione.

Si applica a