mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-11-03 08:55:26 +08:00
- 修复 WithTempQuery + Oracle 分页问题;#1519
This commit is contained in:
@@ -188,6 +188,17 @@ namespace FreeSql
|
||||
expContext.Value.Result = $"{expContext.Value.ParsedContent["value1"]} <= {expContext.Value.ParsedContent["value2"]}";
|
||||
return false;
|
||||
}
|
||||
/// <summary>
|
||||
/// value1 IS NULL
|
||||
/// </summary>
|
||||
/// <typeparam name="TValue"></typeparam>
|
||||
/// <param name="value1"></param>
|
||||
/// <returns></returns>
|
||||
public static bool EqualIsNull<TValue>(TValue value1)
|
||||
{
|
||||
expContext.Value.Result = $"{expContext.Value.ParsedContent["value1"]} IS NULL";
|
||||
return false;
|
||||
}
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user