RelationalCommandBuilderExtensions.Indent(IRelationalCommandBuilder) Methode

Definition

Erhöht den Einzug des Befehlstexts.

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

Parameter

commandBuilder
IRelationalCommandBuilder

Der Befehls-Generator.

Gibt zurück

Derselbe Generator instance, sodass mehrere Aufrufe verkettet werden können.

Gilt für: