79287577

Date: 2024-12-17 10:52:14
Score: 1
Natty:
Report link

I use an extension. Maybe it is helpful.

 public static class DataTableExtensions
 {
     public static bool IsNullOrEmpty(this DataTable table) => table is null || table.Rows.Count == 0;
 }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Murad