RelationalCommandBuilderExtensions.Indent(IRelationalCommandBuilder) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
增加命令文字的縮排。
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
命令產生器。
傳回
相同的產生器實例,以便鏈結多個呼叫。