Conteúdo do Curso
Introduction to .NET with C#
Introduction to .NET with C#
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
.
Obrigado pelo seu feedback!