PrimitiveCollectionBuilder.HasAnnotation(String, Object) Method

Definition

Adds or updates an annotation on the property. If an annotation with the key specified in annotation already exists its value will be updated.

C#
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PrimitiveCollectionBuilder HasAnnotation (string annotation, object? value);

Parameters

annotation
String

The key of the annotation to be added or updated.

value
Object

The value to be stored in the annotation.

Returns

The same builder instance so that multiple configuration calls can be chained.

Applies to

Product Versions
Entity Framework Core 8.0, 9.0