2005年4月11日

Datable 的 clone 方法....

摘要: static public DataTable Get_Table(string table_road,string Schema) { DataSet ds=new DataSet (); ds.ReadXmlSchema(Schema); ds.ReadXml (table_road,System.Data ... 阅读全文

posted @ 2005-04-11 10:13 gwazy 阅读(560) 评论(0) 推荐(0)

导航