把表插入数据库

OracleDataAdapter oda = new OracleDataAdapter();
            oda.Update(dt);
原文地址:https://www.cnblogs.com/handsomer/p/4660946.html