I have tried to initialize a DataColumnCollection in many ways including this one. I can do it when I call the DataTable.Columns method on a prepopulated DataTable and assign it to this DataColumnCollection variable but I want to be able to initialize a blank collection so I can add DataColumns to the collecitons based on dynamic size. Let me know if there’s anyway I can do this.