DataAdapter & DataSet
Important Points:
- We can execute a query using a
MySqlDataAdapterobject; - A
DataSetobject can be filled using theFillmethod of aMySqlDataAdapterobject; - A
DataTableobject represents a table inside aDataSet; - A
DataRowobject represents a row inside aDataTable.
Everything was clear?
Thanks for your feedback!
SectionΒ 5. ChapterΒ 4
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.22
DataAdapter & DataSet
Swipe to show menu
Important Points:
- We can execute a query using a
MySqlDataAdapterobject; - A
DataSetobject can be filled using theFillmethod of aMySqlDataAdapterobject; - A
DataTableobject represents a table inside aDataSet; - A
DataRowobject represents a row inside aDataTable.
Everything was clear?
Thanks for your feedback!
SectionΒ 5. ChapterΒ 4