mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
重写批量修改,去除插入和修改事务,修改插入数据的限制默认值为int.MaxValue,自增字段直接返回0
This commit is contained in:
@ -58,7 +58,7 @@ public static partial class FreeSqlGlobalExtensions
|
||||
/// <param name="type"></param>
|
||||
/// <param name="isNameSpace"></param>
|
||||
/// <returns></returns>
|
||||
internal static string DisplayCsharp(this Type type, bool isNameSpace = true)
|
||||
public static string DisplayCsharp(this Type type, bool isNameSpace = true)
|
||||
{
|
||||
if (type == null) return null;
|
||||
if (type == typeof(void)) return "void";
|
||||
|
Reference in New Issue
Block a user