protected override SqlString GetWithClause(string path)
 {
     return(translator.GetWithClause(path, EnabledFilters));
 }
 protected override SqlString GetWithClause(string path, string pathAlias)
 {
     return(translator.GetWithClause(path, pathAlias));
 }