SqlDependency Methods
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | AddCommandDependency(SqlCommand^) | Associates a SqlCommand object with this SqlDependency instance. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | Start(String^) | Starts the listener for receiving dependency change notifications from the instance of SQL Server specified by the connection string. |
![]() ![]() | Start(String^, String^) | Starts the listener for receiving dependency change notifications from the instance of SQL Server specified by the connection string using the specified SQL Server Service Broker queue. |
![]() ![]() | Stop(String^) | Stops a listener for a connection specified in a previous Start call. |
![]() ![]() | Stop(String^, String^) | Stops a listener for a connection specified in a previous Start call. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

