Table of Contents

Class Annotatable

Namespace
LinqToDB.Internal.Infrastructure
Assembly
linq2db.dll

Base class for types that support reading and writing annotations.

This type is typically used by linq2db providers and extensions. It is generally not used in application code.

public class Annotatable : AnnotatableBase, IMutableAnnotatable, IReadOnlyAnnotatable
Inheritance
object
Annotatable
Implements
Inherited Members
Extension Methods

Methods

EnsureMutable()

Throws if the object is read-only.

protected override void EnsureMutable()