Table of Contents

Enum MetadataSource

Namespace
LinqToDB.Metadata
Assembly
linq2db.Tools.dll

Defines generated metadata source.

public enum MetadataSource
Extension Methods

Fields

Attributes = 1

Generated model annotated with mapping attributes.

FluentMapping = 2

Context contains static instance of mapping schema with mappings, configured using fluent mapper.

None = 0

No metadata generated. User configure own mappings or models used as-is without explicit mappings.