because of using the dataset for so many time i never took care to understand the difference between…

April 20th, 2013
by microbender

because of using the dataset for so many time i never took care to understand the difference between dataset fill and getdata

Fill puts the data in an already existing DataTable object that you pass to it.
Get creates the DataTable for you, then fills it.

Fill puts the data in an already existing DataTable object that you pass to it. Get creates the DataTable for you, then fills it. Excerpt from MSDN: This page provides options for selecting which Tabl…

Posted in my g+ postings | Comments (0)