How do I populate the List(of Customers) in vb.net. I have the CustomersDataContext and I want to populate the customers.
Please help
Dim _db As New CustomersDataContext
Dim _cust As New Customer
Dim customers As List(Of customer) = Nothing