Tips : Dataview to DataTable
Private Function DataView2DataSetConvertor(ByVal dv As DataView) As DataSet
Dim dt As DataTable = dv.Table.Copy
Dim dsRtn As New DataSet(dv.Table.TableName)
dsRtn.Tables.Add(dt)
Return dsRtn
End Function
Dim dt As DataTable = dv.Table.Copy
Dim dsRtn As New DataSet(dv.Table.TableName)
dsRtn.Tables.Add(dt)
Return dsRtn
End Function
2 Comments:
At 8:58 AM , Mark Ellul said...
This will not filter out the rows from your DataView Settings.
At 1:03 PM , Anonymous said...
viagra samples viagra online cheap buy viagra now viagra uterine thickness viagra cheap buy online viagra generique no prescription viagra fda on viagra low cost viagra viagra australia bad side effects of viagra viagra attorneys buy viagra without prescription cialis vs viagra
Post a Comment
Subscribe to Post Comments [Atom]
<< Home