G
Guest
when dataset/datatable will be disposed ?
After calling Dispose(), when i access DataSet or DataTable, the object
exists.
Even after calling GC.Colect(), when i access them, the object and data
exists.
Can anyone explain why & how.
When i call dispose on dataset, will it automatically dispose all datatables
that it contains ?
thanks
niranjan
After calling Dispose(), when i access DataSet or DataTable, the object
exists.
Even after calling GC.Colect(), when i access them, the object and data
exists.
Can anyone explain why & how.
When i call dispose on dataset, will it automatically dispose all datatables
that it contains ?
thanks
niranjan