3 writes to Options
System.Data (3)
fx\src\data\System\Data\Sql\SqlNotificationRequest.cs (1)
28
Options
= options;
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3033
Notification.
Options
= SqlDependency.GetDefaultComposedOptions(_activeConnection.DataSource,
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
1124
cmd.Notification.
Options
= _options;
3 references to Options
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
9687
string service = notificationRequest.
Options
;
9736
string service = notificationRequest.
Options
;
9747
Bid.NotificationsTrace("<sc.TdsParser.WriteQueryNotificationHeader|DEP> NotificationRequest: userData: '%ls', options: '%ls', timeout: '%d'\n", notificationRequest.UserData, notificationRequest.
Options
, notificationRequest.Timeout);