bsipergemstar
Results
1
issues of
bsipergemstar
Excellent little library overall! here's my linq select ``` tblItemMasters .Select(x => new { x.ITEMNO, Description = x.DESC.Trim(), x.CATEGORY }).Take(100).ToList() .ToMarkdownTable() ``` here's the columns that I get | CATEGORY...