|
Question : VB: DataTable structure
|
|
Hi!
I wounder how the datatable class structure looks like
You have Tables, Rows etc this is classes under the datatable class or how does it work? How does it "pass" data between classes.
Any example how this class structure looks like would be very appreciated.. thx
|
|
Answer : VB: DataTable structure
|
|
basically think of your structures this way: datarow is a collection of fields datatable is a collection of datarows and datacolumns(fields) dataset is a collection of datatables
I have uploaded a visualization of the DataTable
|
|
|