ReferenceReferenceBuilder<TEntity,TRelatedEntity>.HasAnnotation Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds or updates an annotation on the relationship. If an annotation with the key specified in
annotation
already exists its value will be updated.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceReferenceBuilder<TEntity,TRelatedEntity> HasAnnotation (string annotation, object value);
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceReferenceBuilder<TEntity,TRelatedEntity> HasAnnotation (string annotation, object? value);
override this.HasAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceReferenceBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)>
Public Overridable Function HasAnnotation (annotation As String, value As Object) As ReferenceReferenceBuilder(Of TEntity, TRelatedEntity)
- annotation
- String
The key of the annotation to be added or updated.
- value
- Object
The value to be stored in the annotation.
The same builder instance so that multiple configuration calls can be chained.
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: