Table of Contents

Namespace LinqToDB.Metadata

Classes

AssociationMetadata

Association (foreign key relation) mapping attributes.

ColumnMetadata

Column mapping attributes, used with ColumnAttribute mapping attribute.

EntityMetadata

Entity mapping attributes for table or view.

FunctionMetadata

Scalar, aggregate or window (analytic) function mapping attributes, used with Sql.FunctionAttribute mapping attribute.

MetadataBuilders

Provides access to built-in metadata generators.

TableFunctionMetadata

Table function mapping attributes, used with Sql.TableFunctionAttribute mapping attribute.

Interfaces

IMetadataBuilder

Provides database model metadata generator abstraction.

Enums

MetadataSource

Defines generated metadata source.