mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update exp to sql
This commit is contained in:
@@ -780,7 +780,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
private bool IsContainsArray(MethodCallExpression express, string methodName, bool isValidNativeMethod)
|
private bool IsContainsArray(MethodCallExpression express, string methodName, bool isValidNativeMethod)
|
||||||
{
|
{
|
||||||
return !isValidNativeMethod && express.Method.DeclaringType.Namespace.IsIn("System.Linq", "System.Collections.Generic") && methodName == "Contains";
|
return !isValidNativeMethod && express.Method.DeclaringType.Namespace.IsIn("System.Collections", "System.Linq", "System.Collections.Generic") && methodName == "Contains";
|
||||||
}
|
}
|
||||||
private bool IsSubMethod(MethodCallExpression express, string methodName)
|
private bool IsSubMethod(MethodCallExpression express, string methodName)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user