Kursinnhold
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
.
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 5. Kapittel 4