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

命令生成器。

返回

同一生成器实例,以便可以链接多个调用。

适用于