S
Steven Blair
Hi,
Is there any difference between:
using System.Data;
public DataSet ds;
compared to not adding the namespace:
public System.Data.DataSet ds;
Any help on this would be appreciated.
Regards,
Steven
Is there any difference between:
using System.Data;
public DataSet ds;
compared to not adding the namespace:
public System.Data.DataSet ds;
Any help on this would be appreciated.
Regards,
Steven