5 references to ConnectRetryCount
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
171
validKeywords[(int)Keywords.
ConnectRetryCount
] = DbConnectionStringKeywords.ConnectRetryCount;
213
hash.Add(DbConnectionStringKeywords.ConnectRetryCount, Keywords.
ConnectRetryCount
);
305
case Keywords.
ConnectRetryCount
: ConnectRetryCount = ConvertToInt32(value); break;
986
case Keywords.
ConnectRetryCount
: return ConnectRetryCount;
1132
case Keywords.
ConnectRetryCount
: