mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Support xx.CompareTo
This commit is contained in:
@@ -101,7 +101,8 @@ namespace SqlSugar
|
||||
{ "ToLower","ToLower"},
|
||||
{ "ToUpper","ToUpper"},
|
||||
{ "Substring","Substring"},
|
||||
{ "DateAdd","DateAdd"}
|
||||
{ "DateAdd","DateAdd"},
|
||||
{ "CompareTo","CompareTo"}
|
||||
};
|
||||
protected static Dictionary<string, DateType> MethodTimeMapping = new Dictionary<string, DateType>() {
|
||||
{ "AddYears",DateType.Year},
|
||||
|
Reference in New Issue
Block a user