update support 翰高

This commit is contained in:
2881099
2020-11-06 09:16:41 +08:00
parent 5601cc3577
commit a47fd0e3a7
6 changed files with 6 additions and 6 deletions

View File

@@ -379,7 +379,7 @@ public static partial class FreeSqlGlobalExtensions
#region AsTreeCte(..)
/// <summary>
/// 使用递归 CTE 查询树型的所有子记录,或者所有父记录。<para></para>
/// 通过测试的数据库MySql8.0、SqlServer、PostgreSQL、Oracle、Sqlite、Firebird、达梦、人大金仓<para></para>
/// 通过测试的数据库MySql8.0、SqlServer、PostgreSQL、Oracle、Sqlite、Firebird、达梦、人大金仓、翰高<para></para>
/// 返回隐藏字段:.ToList(a =&gt; new { item = a, level = "a.cte_level", path = "a.cte_path" })
/// </summary>
/// <typeparam name="T1"></typeparam>