aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Core/DataSource.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2018-12-24 00:03:04 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2018-12-24 00:03:04 +0200
commit11c6643f80d2963d8fb60a04fe84adeb0149ba03 (patch)
tree2802f9e8cfa5c4642aceb2b82d21c72557d227b0 /Software/Visual_Studio/Tango.Core/DataSource.cs
parent4e496467dcc8549605917a44263d78cef40f71bb (diff)
downloadTango-11c6643f80d2963d8fb60a04fe84adeb0149ba03.tar.gz
Tango-11c6643f80d2963d8fb60a04fe84adeb0149ba03.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/DataSource.cs')
-rw-r--r--Software/Visual_Studio/Tango.Core/DataSource.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Core/DataSource.cs b/Software/Visual_Studio/Tango.Core/DataSource.cs
index fd7d5e3ec..27ca921f9 100644
--- a/Software/Visual_Studio/Tango.Core/DataSource.cs
+++ b/Software/Visual_Studio/Tango.Core/DataSource.cs
@@ -107,10 +107,8 @@ namespace Tango.Core
builder.UserID = UserName;
builder.Password = Password;
builder.IntegratedSecurity = false;
- //builder.TrustServerCertificate = true;
builder.MultipleActiveResultSets = true;
builder.ApplicationName = "EntityFramework";
- //builder.ConnectTimeout = 15;
builder.Authentication = SqlAuthenticationMethod.ActiveDirectoryPassword;
SqlConnection sqlConnection = new SqlConnection(builder.ConnectionString);