Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <add name="PureWater.Properties.Settings.purewaterConnectionS"
  2. connectionString="Data Source=.;Initial Catalog=purewater;Integrated Security=True"
  3. providerName="System.Data.SqlClient" />
  4.  
  5. pureWaterCxtDataContext cxt = new pureWaterCxtDataContext(ConfigurationManager.ConnectionStrings["PureWater.Properties.Settings.purewaterConnectionS"].ConnectionString);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement