共用方式為


RelationalCommandBuilderExtensions.Indent(IRelationalCommandBuilder) 方法

定義

增加命令文字的縮排。

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

參數

commandBuilder
IRelationalCommandBuilder

命令產生器。

傳回

相同的產生器實例,以便鏈結多個呼叫。

適用於