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