Course Content
Introduction to .NET with C#
Introduction to .NET with C#
2. Asynchronous Programming and Introduction to Web Services
3. Introduction to Databases with .NET
DataAdapter & DataSet
Important Points:
- We can execute a query using a
MySqlDataAdapter
object; - A
DataSet
object can be filled using theFill
method of aMySqlDataAdapter
object; - A
DataTable
object represents a table inside aDataSet
; - A
DataRow
object represents a row inside aDataTable
.
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 4