mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -53,12 +53,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
||||
{
|
||||
//public override string IsNullOrEmpty(MethodCallExpressionModel model)
|
||||
//{
|
||||
// var parameter = model.Args[0];
|
||||
// return string.Format("( {0} IS NULL )", parameter.MemberName);
|
||||
//}
|
||||
{
|
||||
public override string WeekOfYear(MethodCallExpressionModel mode)
|
||||
{
|
||||
var parameterNameA = mode.Args[0].MemberName;
|
||||
|
Reference in New Issue
Block a user