update 人大金仓 descrption

This commit is contained in:
28810
2020-05-27 06:44:13 +08:00
parent 7d8457a988
commit 8934492b81
8 changed files with 154 additions and 178 deletions

View File

@ -284,7 +284,8 @@ namespace FreeSql
/// PostgreSQL: for update nowait<para></para>
/// Oracle: for update nowait<para></para>
/// Sqlite: 无效果<para></para>
/// 达梦: for update nowait
/// 达梦: for update nowait<para></para>
/// 人大金仓: for update nowait
/// </summary>
/// <param name="nowait">noawait</param>
/// <returns></returns>

View File

@ -17,7 +17,7 @@ namespace FreeSql
/// </summary>
bool IsSyncStructureToLower { get; set; }
/// <summary>
/// 转大写同步结构,适用 Oracle/达梦
/// 转大写同步结构,适用 Oracle/达梦/人大金仓
/// </summary>
bool IsSyncStructureToUpper { get; set; }
/// <summary>