Home

C# Add Column(s) to a Datatable

Blog Date 17 October 2023

DataTable dt = MySQLResultsAsDatatable

dt.Columns.Add("NewColumnName", typeof(Int32));
dt.Columns.Add("AnotherColumnName", typeof(String));

Reader's Comments

x said :-
x
11/10//2023 13:52:19 UTC

Post Your Comment Posts/Links Rules

Name

Comment

Add a RELEVANT link (not required)

Upload an image (not required)

No uploaded image
Real person number
Please enter the above number below




Home
Admin Ren's Biking Blog