mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update exp to sql
This commit is contained in:
@@ -9,6 +9,14 @@ namespace SqlSugar
|
||||
{
|
||||
public partial class SqlFunc
|
||||
{
|
||||
public static int CompareTo(decimal numA, decimal numB)
|
||||
{
|
||||
throw new NotSupportedException("Can only be used in expressions");
|
||||
}
|
||||
public static int CompareTo(int numA, int numB)
|
||||
{
|
||||
throw new NotSupportedException("Can only be used in expressions");
|
||||
}
|
||||
public static int CompareTo(string strA, string strB)
|
||||
{
|
||||
throw new NotSupportedException("Can only be used in expressions");
|
||||
|
Reference in New Issue
Block a user