Share via


IndentedStringBuilder.DecrementIndent Method

Definition

Decrements the indent.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder DecrementIndent ();
abstract member DecrementIndent : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.DecrementIndent : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function DecrementIndent () As IndentedStringBuilder

Returns

This builder so that additional calls can be chained.

Applies to