S
shapper
Hello,
I am getting various records from a database:
Dim ds As DataSet = db.ExecuteDataSet(dbc)
Each record has 3 fields: Id, Name and Text.
I have a class named MyClass with 3 properties Id, Name and Text.
I need to get the values of my dataset and fill a Generic.List(Of
MyClass)
How can I do this?
Thanks,
Miguel
I am getting various records from a database:
Dim ds As DataSet = db.ExecuteDataSet(dbc)
Each record has 3 fields: Id, Name and Text.
I have a class named MyClass with 3 properties Id, Name and Text.
I need to get the values of my dataset and fill a Generic.List(Of
MyClass)
How can I do this?
Thanks,
Miguel