5 references to ConnectRetryCount
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
171validKeywords[(int)Keywords.ConnectRetryCount] = DbConnectionStringKeywords.ConnectRetryCount; 213hash.Add(DbConnectionStringKeywords.ConnectRetryCount, Keywords.ConnectRetryCount); 606[DisplayName(DbConnectionStringKeywords.ConnectRetryCount)] 614throw ADP.InvalidConnectionOptionValue(DbConnectionStringKeywords.ConnectRetryCount); 616SetValue(DbConnectionStringKeywords.ConnectRetryCount, value);