Base solution for your next web application
Open Closed

Does abp.dapper support queries by in? #3335


User avatar
0
levinli created

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


No answer yet!