I'm pulling data from a D3 database, using an api.

The api can do the following:
Dim OBJ As Object = mvsp.MVResultSetGetRows.ToArray()

But how do I get that data into a datatable to use as the datasource for a DataGridView?