SqlDependency Constructor

 

Creates a new instance of the SqlDependency class.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodSqlDependency()

Creates a new instance of the SqlDependency class with the default settings.

System_CAPS_pubmethodSqlDependency(SqlCommand^)

Creates a new instance of the SqlDependency class and associates it with the SqlCommand parameter.

System_CAPS_pubmethodSqlDependency(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.

Return to top
Show: