3 references to SqlDependencyTimeoutDefault
System.Data (3)
fx\src\data\System\Data\Sql\SqlNotificationRequest.cs (1)
23: this(null, null, SqlClient.SQL.SqlDependencyTimeoutDefault) {}
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
278public SqlDependency() : this(null, null, SQL.SqlDependencyTimeoutDefault) { 282public SqlDependency(SqlCommand command) : this(command, null, SQL.SqlDependencyTimeoutDefault) {