S
shapper
Hello,
I have a DataSet which results from accessing an SQL database.
Each row is an Article and has various columns like Title,
Description, etc.
I have created a Generic List as follows:
Dim Articles As Generic.List(Of Article)
Article is a class with various properties. Each property is the same
as each column in the dataset.
I want to fill the Generic List with the data from my DataSet.
How can I do this?
Thanks,
Miguel
I have a DataSet which results from accessing an SQL database.
Each row is an Article and has various columns like Title,
Description, etc.
I have created a Generic List as follows:
Dim Articles As Generic.List(Of Article)
Article is a class with various properties. Each property is the same
as each column in the dataset.
I want to fill the Generic List with the data from my DataSet.
How can I do this?
Thanks,
Miguel