Table of Contents

Enum PragmaType

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

Compiler pragma directive type. List of pragmas limited to one we currently support.

public enum PragmaType
Extension Methods

Fields

DisableWarning = 0

Disable warning(s) directive.

Error = 2

Compilation error pragma.

NullableEnable = 1

Enable NRT context.