mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
-
This commit is contained in:
@@ -54,11 +54,6 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
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)
|
public override string WeekOfYear(MethodCallExpressionModel mode)
|
||||||
{
|
{
|
||||||
var parameterNameA = mode.Args[0].MemberName;
|
var parameterNameA = mode.Args[0].MemberName;
|
||||||
|
|||||||
Reference in New Issue
Block a user