79805316

Date: 2025-10-31 00:14:42
Score: 2
Natty:
Report link

To dump DataRow row contents to a string I use

string.Join(", ", row.ItemArray)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MattR