Represents the set of arguments passed to the notification event handler.
Namespace: CNClrLib.ADONet.SqlEventArgs
TObject
CNClrLib.ADONet.SqlEventArgs.TSqlNotificationEventArgs
|
Delphi
|
type
TSqlNotificationEventArgs = class
end;
|
|
Name
|
Description
|

|
EventArgs
|
Provides direct access to ADO.Net SqlNotificationEventArgs object.
|

|
Info
|
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.
|

|
Source
|
Gets a value that indicates the source that generated the notification, such as a change to the query data or the database’s state.
|

|
Type_
|
Gets a value that indicates whether this notification is generated because of an actual change, or by the subscription.
|
Top
|