Table of Contents

Class NameFixOptions

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public sealed class NameFixOptions
Inheritance
NameFixOptions
Extension Methods

Constructors

NameFixOptions(string, NameFixType)

public NameFixOptions(string defaultValue, NameFixType fixType)

Parameters

defaultValue string
fixType NameFixType

Properties

DefaultValue

Default fixer value for identifier.

public string DefaultValue { get; }

Property Value

string

FixType

Identifier fix logic to use.

public NameFixType FixType { get; }

Property Value

NameFixType