mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 13:39:33 +08:00
Update mongodb
This commit is contained in:
parent
d24378f2ad
commit
03cb3ee32b
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore.ExpToSql.Context
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
public class ExpressionVisitorContext
|
public class ExpressionVisitorContext
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore.ExpToSql.Context
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
public class MongoNestedTranslatorContext
|
public class MongoNestedTranslatorContext
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.Context;
|
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.VisitorItems;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.Context;
|
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
using MongoDB.Driver;
|
using MongoDB.Driver;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.Context;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
public class BinaryExpressionTranslator
|
public class BinaryExpressionTranslator
|
||||||
{
|
{
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.Context;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
public class FieldPathExtractor
|
public class FieldPathExtractor
|
||||||
{
|
{
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using SqlSugar.MongoDbCore.ExpToSql.Context;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems
|
namespace SqlSugar.MongoDbCore
|
||||||
{
|
{
|
||||||
public class ValueExtractor
|
public class ValueExtractor
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user