In our DAL, we use mainly
LINQ queries that produce CqlQuery<T>. We execute them calling Execute()
Mapper.Insert<T>
Mapper.CreateBatch
Mapper.Update
in case of CQLQuery<T>, we have been able to call EnableTracing(). But QueryTrace is always null.