Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts,


i'm using wpf with vb.net
can i use this way of dataset for creating dataview?

Dim dv as New DataView=Dataset("select * from table1,table2 where table1.id=tablel2.id")

Or

Dim dv as New DataView("table1,table2")


Thanks
Posted
Updated 5-May-13 23:58pm
v2
Comments
Sandeep Mewara 6-May-13 12:35pm    
Why not just try and see for yourself?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900