/// <summary> /// 获取查询表达式 /// </summary> /// <returns></returns> public LambdaQuery <T> GetQuery() { return(_BaseProvider.GetLambdaQuery()); }