@@ -1124,7 +1124,7 @@ internal static class DbConnectionStringSynonyms
1124
1124
internal const string APP = "app" ;
1125
1125
1126
1126
//internal const string ApplicationIntent = APPLICATIONINTENT;
1127
- internal const string APPLICATIONINTENT = "ApplicationIntent " ;
1127
+ internal const string APPLICATIONINTENT = "applicationintent " ;
1128
1128
1129
1129
//internal const string AttachDBFilename = EXTENDEDPROPERTIES+","+INITIALFILENAME;
1130
1130
internal const string EXTENDEDPROPERTIES = "extended properties" ;
@@ -1135,10 +1135,10 @@ internal static class DbConnectionStringSynonyms
1135
1135
internal const string TIMEOUT = "timeout" ;
1136
1136
1137
1137
//internal const string ConnectRetryCount = CONNECTRETRYCOUNT;
1138
- internal const string CONNECTRETRYCOUNT = "ConnectRetryCount " ;
1138
+ internal const string CONNECTRETRYCOUNT = "connectretrycount " ;
1139
1139
1140
1140
//internal const string ConnectRetryInterval = CONNECTRETRYINTERVAL;
1141
- internal const string CONNECTRETRYINTERVAL = "ConnectRetryInterval " ;
1141
+ internal const string CONNECTRETRYINTERVAL = "connectretryinterval " ;
1142
1142
1143
1143
//internal const string CurrentLanguage = LANGUAGE;
1144
1144
internal const string LANGUAGE = "language" ;
@@ -1160,17 +1160,17 @@ internal static class DbConnectionStringSynonyms
1160
1160
internal const string ConnectionLifetime = "connection lifetime" ;
1161
1161
1162
1162
//internal const string MultipleActiveResultSets = MULTIPLEACTIVERESULTSETS;
1163
- internal const string MULTIPLEACTIVERESULTSETS = "MultipleActiveResultSets " ;
1163
+ internal const string MULTIPLEACTIVERESULTSETS = "multipleactiveresultsets " ;
1164
1164
1165
1165
//internal const string MultiSubnetFailover = MULTISUBNETFAILOVER;
1166
- internal const string MULTISUBNETFAILOVER = "MultiSubnetFailover " ;
1166
+ internal const string MULTISUBNETFAILOVER = "multisubnetfailover " ;
1167
1167
1168
1168
//internal const string NetworkLibrary = NET+","+NETWORK;
1169
1169
internal const string NET = "net" ;
1170
1170
internal const string NETWORK = "network" ;
1171
1171
1172
1172
//internal const string PoolBlockingPeriod = POOLBLOCKINGPERIOD;
1173
- internal const string POOLBLOCKINGPERIOD = "PoolBlockingPeriod " ;
1173
+ internal const string POOLBLOCKINGPERIOD = "poolblockingperiod " ;
1174
1174
1175
1175
internal const string WorkaroundOracleBug914652 = "Workaround Oracle Bug 914652" ;
1176
1176
@@ -1181,10 +1181,10 @@ internal static class DbConnectionStringSynonyms
1181
1181
internal const string PERSISTSECURITYINFO = "persistsecurityinfo" ;
1182
1182
1183
1183
//internal const string TrustServerCertificate = TRUSTSERVERCERTIFICATE;
1184
- internal const string TRUSTSERVERCERTIFICATE = "TrustServerCertificate " ;
1184
+ internal const string TRUSTSERVERCERTIFICATE = "trustservercertificate " ;
1185
1185
1186
1186
//internal const string TransparentNetworkIPResolution = TRANSPARENTNETWORKIPRESOLUTION;
1187
- internal const string TRANSPARENTNETWORKIPRESOLUTION = "TransparentNetworkIPResolution " ;
1187
+ internal const string TRANSPARENTNETWORKIPRESOLUTION = "transparentnetworkipresolution " ;
1188
1188
1189
1189
//internal const string UserID = UID+","+User;
1190
1190
internal const string UID = "uid" ;
0 commit comments