Table of Contents

Interface IConventionAnnotation

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.dll

An arbitrary piece of metadata that can be stored on an object that implements IConventionAnnotatable.

This interface is typically used by database providers (and other extensions). It is generally not used in application code.

public interface IConventionAnnotation : IAnnotation
Inherited Members

Remarks

See Model building conventions for more information and examples.

Methods

GetConfigurationSource()

Returns the configuration source for this annotation.

ConfigurationSource GetConfigurationSource()

Returns

ConfigurationSource

The configuration source.