G
Guest
When I create a DataSet using Data Source Configuration wizard the connection
string gets added to application configuration, public read only property
gets created in settings class and TableAdapter uses this public property to
initialize the connection property.
But why does the connection string get hard coded into InitConnection
routine of TableAdapter when I create DataSet using DataSet configuration
wizard. The connection string does not get added to application configuration
file nor any public property gets created?
string gets added to application configuration, public read only property
gets created in settings class and TableAdapter uses this public property to
initialize the connection property.
But why does the connection string get hard coded into InitConnection
routine of TableAdapter when I create DataSet using DataSet configuration
wizard. The connection string does not get added to application configuration
file nor any public property gets created?