mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update oracle hasvalue
This commit is contained in:
@@ -57,6 +57,11 @@ namespace SqlSugar
|
||||
}
|
||||
public partial class OracleMethod : DefaultDbMethod, IDbMethods
|
||||
{
|
||||
public override string HasValue(MethodCallExpressionModel model)
|
||||
{
|
||||
var parameter = model.Args[0];
|
||||
return string.Format("( {0} IS NOT NULL ) ", parameter.MemberName);
|
||||
}
|
||||
|
||||
public override string DateDiff(MethodCallExpressionModel model)
|
||||
{
|
||||
|
Reference in New Issue
Block a user