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

Notification Property
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also