ConventionAnnotatable.CreateAnnotation(String, Object) Method
Definition
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.
Creates a new annotation.
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object value);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object? value);
override this.CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function CreateAnnotation (name As String, value As Object) As Annotation
Parameters
- name
- String
The key of the annotation.
- value
- Object
The value to be stored in the annotation.
Returns
The newly created annotation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework