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
feat: add SqlDataTable.ToDataTable() for DataGridView binding
Converts SqlDataTable to System.Data.DataTable so it can be set
directly as DataGridView.DataSource in Windows Forms / WPF.
Preserves correct CLR types (int, decimal, DateTime, Guid, bool)
so DataGridView renders columns with proper sorting and formatting.
NULL cells map to DBNull.Value as DataTable expects.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments