TekH 0aba9e91e2 Add DataRowExtensions for safe value retrieval with defaults
Introduced DataRowExtensions.cs with extension methods for DataRow:
- ItemEx<T>: Retrieves a value by column name with a default if missing or null.
- ItemEx (string): Overload for string values, using the generic method.
These methods help prevent errors when accessing missing or null columns.
2026-02-25 16:39:55 +01:00
2025-03-28 15:12:26 +01:00
Description
No description provided
189 MiB
Languages
JavaScript 89%
C# 5.6%
Visual Basic .NET 2.7%
HTML 1.3%
CSS 0.9%
Other 0.4%