public OSqlSelect Also(string projection)
        {
            _sqlQuery.Also(projection);

            return(this);
        }