IAnnotation Interface

Definition

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

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

public interface IAnnotation
type IAnnotation = interface
Public Interface IAnnotation
Derived

Remarks

See Implementation of database providers and extensions for more information and examples.

Properties

Name

Gets the key of this annotation.

Value

Gets the value assigned to this annotation.

Applies to