You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I run this code db.Fetch<Sys_ModuleButtonEntity>(p => p.F_FullName.Contains("2"));
VS2017 report error:
conditions has unexpected type p.F_FullName.Contains("2")
System exception in FSharp.Core.dll
The text was updated successfully, but these errors were encountered:
Hello I run this code
db.Fetch<Sys_ModuleButtonEntity>(p => p.F_FullName.Contains("2"));
VS2017 report error:
conditions has unexpected type p.F_FullName.Contains("2")
System exception in FSharp.Core.dll
The text was updated successfully, but these errors were encountered: