Skip to content

Commit fbf8e0c

Browse files
Fix doc issues for SqlDependency (#1096)
Tested on docs build.
1 parent 21475c8 commit fbf8e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlDependency.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<altmember cref="P:Microsoft.Data.SqlClient.SqlConnection.ConnectionString" />
207207
</StartConnectionStringQueue>
208208
<Stop>
209-
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
209+
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
210210
<remarks>
211211
<format type="text/markdown"><![CDATA[
212212
@@ -218,7 +218,7 @@
218218
</Stop>
219219
<StopConnectionString>
220220
<param name="connectionString">Connection string for the instance of SQL Server that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</param>
221-
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
221+
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String)" /> call.</summary>
222222
<returns>
223223
<see langword="true" /> if the listener was completely stopped; <see langword="false" /> if the <see cref="T:System.AppDomain" /> was unbound from the listener, but there are is at least one other <see cref="T:System.AppDomain" /> using the same listener.</returns>
224224
<remarks>
@@ -237,7 +237,7 @@
237237
<StopConnectionStringQueue>
238238
<param name="connectionString">Connection string for the instance of SQL Server that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
239239
<param name="queue">The SQL Server Service Broker queue that was used in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</param>
240-
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start" /> call.</summary>
240+
<summary>Stops a listener for a connection specified in a previous <see cref="M:Microsoft.Data.SqlClient.SqlDependency.Start(System.String,System.String)" /> call.</summary>
241241
<returns>
242242
<see langword="true" /> if the listener was completely stopped; <see langword="false" /> if the <see cref="T:System.AppDomain" /> was unbound from the listener, but there is at least one other <see cref="T:System.AppDomain" /> using the same listener.</returns>
243243
<remarks>

0 commit comments

Comments
 (0)