IRelationalCommandBuilder.DecrementIndent Method

Definition

Decrements the indent of subsequent lines.

public Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder DecrementIndent ();
abstract member DecrementIndent : unit -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
Public Function DecrementIndent () As IRelationalCommandBuilder

Returns

The same builder instance so that multiple calls can be chained.

Applies to