update internal code

This commit is contained in:
28810
2020-05-23 00:50:24 +08:00
parent fd7d627603
commit 45f06c3025
4 changed files with 18 additions and 14 deletions

View File

@ -52,6 +52,7 @@ public interface IFreeSql : IDisposable
/// Oracle: merge into<para></para>
/// Sqlite: replace into<para></para>
/// Dameng: merge into<para></para>
/// 注意:还可以使用 FreeSql.Repository 的 InsertOrUpdate 方法
/// </summary>
/// <typeparam name="T1"></typeparam>
/// <returns></returns>