chenchunan
Results
1
issues of
chenchunan
We are trying to do table sharding with following code ` [HttpGet("test/{flag}")] public string test(string flag) { var _repository = _unitOfWork.GetRepository(); Comment _data; if (flag.Equals("0")) { _repository.ChangeTable("Comment_0"); _data = new...