diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-12-24 00:03:04 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-12-24 00:03:04 +0200 |
| commit | 11c6643f80d2963d8fb60a04fe84adeb0149ba03 (patch) | |
| tree | 2802f9e8cfa5c4642aceb2b82d21c72557d227b0 /Software/Visual_Studio/Tango.Core/DataSource.cs | |
| parent | 4e496467dcc8549605917a44263d78cef40f71bb (diff) | |
| download | Tango-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.cs | 2 |
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); |
