Ejemplo n.º 1
0
        protected ISugarQueryable <T> CreateQueryable <T>()
        {
            ISugarQueryable <T> result = InstanceFactory.GetQueryable <T>(this.CurrentConnectionConfig);

            return(CreateQueryable(result));
        }
Ejemplo n.º 2
0
 public void RemoveCacheAll()
 {
     ReflectionInoHelper.RemoveAllCache();
     InstanceFactory.RemoveCache();
 }