1 write to _options
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
299
_options
= options;
4 references to _options
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (4)
354
if (null !=
_options
) {
355
result =
_options
;
1123
if (null !=
_options
) { // Assign options if user provided.
1124
cmd.Notification.Options =
_options
;