You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Atc.Kusto/Extensions/DataRowExtensions.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ public static class DataRowExtensions
16
16
/// <param name="row">The data row to map.</param>
17
17
/// <param name="options">Optional JSON serializer options. If not provided, default options with enum string conversion and case-insensitive property matching will be used.</param>
18
18
/// <returns>An instance of type <typeparamref name="T"/> created from the DataRow.</returns>
0 commit comments