Support xx.CompareTo

This commit is contained in:
sunkaixuan
2024-01-20 16:40:28 +08:00
parent f8c63d5c07
commit 0c3ee7d0b5

View File

@@ -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},