RelationalCommandBuilderExtensions.Indent(IRelationalCommandBuilder) Method

Definition

Increases the indent of the command text.

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

Parameters

commandBuilder
IRelationalCommandBuilder

The command builder.

Returns

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

Applies to