SqlDependency Constructor
.NET Framework (current version)
Creates a new instance of the SqlDependency class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SqlDependency() | Creates a new instance of the SqlDependency class with the default settings. |
![]() | SqlDependency(SqlCommand^) | Creates a new instance of the SqlDependency class and associates it with the SqlCommand parameter. |
![]() | SqlDependency(SqlCommand^, String^, Int32) | Creates a new instance of the SqlDependency class, associates it with the SqlCommand parameter, and specifies notification options and a time-out value. |
Show:
