/// <summary> /// Decreases the current indentation by one level. /// </summary> /// <returns> This builder so that additional calls can be chained. </returns> public virtual MigrationCommandListBuilder DecrementIndent() { _commandBuilder.DecrementIndent(); return(this); }
public void Dispose() => _builder.DecrementIndent();
/// <summary> /// 减少缩进 /// </summary> /// <returns></returns> public override MigrationCommandListBuilder DecrementIndent() { _commandBuilder.DecrementIndent(); return(this); }