IndentedStringBuilder.IncrementIndent 方法

定义

递增缩进。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder IncrementIndent ();
abstract member IncrementIndent : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.IncrementIndent : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function IncrementIndent () As IndentedStringBuilder

返回

此生成器,以便可以链接其他调用。

适用于