RelationalCommandBuilderExtensions.DecrementIndent Method

Definition

Decrements the indent of subsequent lines.

public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder DecrementIndent (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder);
static member DecrementIndent : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
<Extension()>
Public Function DecrementIndent (commandBuilder As IRelationalCommandBuilder) As IRelationalCommandBuilder

Parameters

commandBuilder
IRelationalCommandBuilder

The command builder.

Returns

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

Applies to