Quick question!
Can someone explain why you would define a new object as such(using Datatable as example):
System.Data.DataTable dt = new DataTable();
..Instead of..
DataTable dt = new DataTable();
What's the difference????
Thanks in advance!!!
|
Results 1 to 9 of 9
Threaded View
|
Click Here to Expand Forum to Full Width |