Table of Contents

Class LineIndentation

Namespace
The.SQL.Persistence
Assembly
Instagile.dll

Represents line indentation with a specified number of spaces for SQL formatting.

public sealed record LineIndentation : Indentation, IEquatable<Indentation>, IEquatable<LineIndentation>
Inheritance
LineIndentation
Implements
Inherited Members

Constructors

LineIndentation(int)

Represents line indentation with a specified number of spaces for SQL formatting.

public LineIndentation(int Spaces)

Parameters

Spaces int

Properties

Spaces

public int Spaces { get; init; }

Property Value

int