mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Update mongodb
This commit is contained in:
parent
86b4f25606
commit
1c55ba1929
@ -1,9 +1,15 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Linq.Expressions;
|
||||||
namespace SqlSugar.MongoDb
|
namespace SqlSugar.MongoDb
|
||||||
{
|
{
|
||||||
public class MongoDbExpressionContext : ExpressionContext, ILambdaExpressions
|
public class MongoDbExpressionContext : ExpressionContext, ILambdaExpressions
|
||||||
{
|
{
|
||||||
|
public new void Resolve(Expression expression, ResolveExpressType resolveType)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public SqlSugarProvider Context { get; set; }
|
public SqlSugarProvider Context { get; set; }
|
||||||
public MongoDbExpressionContext()
|
public MongoDbExpressionContext()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user