SqlNotificationEventArgs.Info Property

Definition

Gets a value that indicates the reason for the notification event, such as a row in the database being modified or a table being truncated.

public Microsoft.Data.SqlClient.SqlNotificationInfo Info { get; }
member this.Info : Microsoft.Data.SqlClient.SqlNotificationInfo
Public ReadOnly Property Info As SqlNotificationInfo

Property Value

SqlNotificationInfo

The notification event reason.

Remarks

This event may occur because the data in the store actually changed, or the notification is no longer valid (for example, it timed out).

Applies to