V
Vayse
From the help
Dim dataSet As DataSet = New DataSet("Suppliers")
Why name the dataset? Why not just use
Dim dataSet As DataSet = New DataSet()
Thanks
Vayse
Dim dataSet As DataSet = New DataSet("Suppliers")
Why name the dataset? Why not just use
Dim dataSet As DataSet = New DataSet()
Thanks
Vayse