5 references to ConnectRetryInterval
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
172
validKeywords[(int)Keywords.ConnectRetryInterval] = DbConnectionStringKeywords.
ConnectRetryInterval
;
214
hash.Add(DbConnectionStringKeywords.
ConnectRetryInterval
, Keywords.ConnectRetryInterval);
621
[DisplayName(DbConnectionStringKeywords.
ConnectRetryInterval
)]
629
throw ADP.InvalidConnectionOptionValue(DbConnectionStringKeywords.
ConnectRetryInterval
);
631
SetValue(DbConnectionStringKeywords.
ConnectRetryInterval
, value);