以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]System.Data.DataRow如何赋值成DataRow  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=113528)

--  作者:ajie5211
--  发布时间:2018/1/17 16:06:00
--  [求助]System.Data.DataRow如何赋值成DataRow
Dim dr As DataRow = DataTables("订单计划一览表后台").SQLFind("销售单号 = \'" & xsdh & "\'")
Dim htdr As System.Data.DataRow = dr.baseDataRow.copy
htdr要怎么写才能等于dr?

--  作者:有点甜
--  发布时间:2018/1/17 16:21:00
--  
\'Dim xsdh
Dim dr As DataRow = DataTables("订单计划一览表后台").SQLFind("销售单号 = \'" & xsdh & "\'")
Dim htdr As System.Data.DataRow = dr.baseRow