RelationalCommandBuilderExtensions.DecrementIndent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞減後續行的縮排。
public static Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder DecrementIndent (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder);
static member DecrementIndent : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
<Extension()>
Public Function DecrementIndent (commandBuilder As IRelationalCommandBuilder) As IRelationalCommandBuilder
參數
- commandBuilder
- IRelationalCommandBuilder
命令產生器。
傳回
相同的產生器實例,以便鏈結多個呼叫。