Uses of Class
system.data.sql.SqlNotificationRequest
-
Packages that use SqlNotificationRequest Package Description system.data.sql system.data.sqlclient -
-
Uses of SqlNotificationRequest in system.data.sql
Methods in system.data.sql that return SqlNotificationRequest Modifier and Type Method Description static SqlNotificationRequest
SqlNotificationRequest. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSqlNotificationRequest
, a cast assert is made to check if types are compatible. -
Uses of SqlNotificationRequest in system.data.sqlclient
Methods in system.data.sqlclient that return SqlNotificationRequest Modifier and Type Method Description SqlNotificationRequest
SqlCommand. getNotification()
Methods in system.data.sqlclient with parameters of type SqlNotificationRequest Modifier and Type Method Description void
SqlCommand. setNotification(SqlNotificationRequest Notification)
-