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