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);
606
[DisplayName(DbConnectionStringKeywords.
ConnectRetryCount
)]
614
throw ADP.InvalidConnectionOptionValue(DbConnectionStringKeywords.
ConnectRetryCount
);
616
SetValue(DbConnectionStringKeywords.
ConnectRetryCount
, value);