DataTable dTable = FunctionToReturnDataTableObject()();DataView dataView = new DataView(dTable );
Login to post response