code :
List<string> list = new List<string>(); int count = _productDapperRepository.GetAll(p=>list.Contains(p.Name)).Count();
??? throw new NotSupportedException($"The method '{node}' is not supported");
My source is abp 2.1.0-beta4