Annotation Class
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.
An arbitrary piece of metadata that can be stored on an object that implements IReadOnlyAnnotatable.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class Annotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type Annotation = class
interface IAnnotation
Public Class Annotation
Implements IAnnotation
- Inheritance
-
Annotation
- Implements
See Implementation of database providers and extensions for more information and examples.
Annotation(String, Object) |
Initializes a new instance of the Annotation class. |
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: