mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
This commit is contained in:
@ -51,6 +51,7 @@ public static class FreeSqlGlobalExpressionCall
|
||||
return false;
|
||||
}
|
||||
|
||||
#if netcoreapp
|
||||
/// <summary>
|
||||
/// C#:从元组集合中查找 exp1, exp2 是否存在<para></para>
|
||||
/// SQL: <para></para>
|
||||
@ -127,4 +128,5 @@ public static class FreeSqlGlobalExpressionCall
|
||||
expContext.Value.Result = sb.ToString();
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
}
|
Reference in New Issue
Block a user