mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-20 07:10:56 +08:00
update
2
表达式函数.md
2
表达式函数.md
@@ -60,6 +60,8 @@ public static class DbFunc
|
|||||||
return $"date_format({up.Values["that"]}, {up.Values["arg1"]})";
|
return $"date_format({up.Values["that"]}, {up.Values["arg1"]})";
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//...在此类中定义更多方法
|
||||||
}
|
}
|
||||||
|
|
||||||
var sql = fsql.Select<SysModule>()
|
var sql = fsql.Select<SysModule>()
|
||||||
|
|||||||
Reference in New Issue
Block a user