Пример #1
0
        public QueryContentAppender AppendEndOfSelectionSet()
        {
            _context = _context.DecreaseIndentationLevel();

            return(Append($"{_context.RenderIndentationString()}}}"));
        }
Пример #2
0
        public QueryContentAppender AppendLineWithIndentation(string content)
        {
            _content.AppendLine($"{_context.RenderIndentationString()}{content}");

            return(this);
        }