How to convert or cast a IEdmBomView2 to a DataTable?

How can I put the data of a bomview in a DataTable?

I use this to get the bomview

(IEdmBomView3)aFile.GetComputedBOM("BOMforCCRI", -1, configurationName, (int)EdmBomFlag.EdmBf_ShowSelected);