How do I populate Treeview with checkboxes with all the Databases and its tables in a Server using C# WPF Application?
 -Server 1----------------      
-        - Database1     -
-          -- Table1     -
-          -- Table2     -
-          -- Table3     -
-        - Database2     -
-          -- Table1     -
-          -- Table2     -
-          -- Table3     -
--------------------------