using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SqlSugar { /// /// Property /// public partial class JsonQueryableProvider : IJsonQueryableProvider { int appendIndex = 1000; List appendTypeNames; JObject jobject; ISqlSugarClient context; ISugarQueryable sugarQueryable; JsonCommonProvider jsonCommonProvider; List jsonTableConfigs = new List(); bool IsDescription = false; List TableInfos =new List (); bool IsExecutedBeforeWhereFunc = false; Action BeforeWhereFunc { get; set; } } }