dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlCommand Class / Notification Property

In This Topic
Notification Property
In This Topic
Gets or sets the System.Data.Sql.SqlNotificationRequest object bound to this SqlCommand.
Syntax
'Declaration
 
Public Property Notification As SqlNotificationRequest
 

Property Value

A System.Data.Sql.SqlNotificationRequest object.
Remarks
This property must be set before the command is executed in order to get notifications for the command.
See Also