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
            
            
        
    
Name
Comment
Add a RELEVANT link (not required)
Upload an image (not required)
Uploading...
    Home