From 0823b743913be2676d0f7c5df1795735e18e1cf1 Mon Sep 17 00:00:00 2001 From: "H. Yeo" <138053434+H-Yeo@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:44:35 -0800 Subject: [PATCH] Update XML Reference Looks like references to XREF paths in documentations require a specific XML pattern. --- doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml b/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml index dde09d58b7..1966962117 100644 --- a/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml +++ b/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml @@ -145,10 +145,11 @@ using (SqlConnection connection = new SqlConnection(connectionString)) The Func that takes a and and returns a . - + . + The following example demonstrates how to define and set an . [!code-csharp[SqlConnection_AccessTokenCallback Example#1](~/../sqlclient/doc/samples/SqlConnection_AccessTokenCallback.cs#1)]