Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c87becb

Browse files
committed
Fix wrong spelling of property and changed SQLBatch to SqlBatch.
1 parent b64c1fc commit c87becb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/ado-net/introduction-microsoft-data-sqlclient-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Example usage:
7070

7171
### Added new property `AccessTokenCallBack` to SqlConnection
7272

73-
SqlConnection supports `TokenCredential` authentication by introducing a new `AccessTokenCallBack` porperty as a `Func<SqlAuthenticationParameters, CancellationToken,Task<SqlAuthenticationToken>>` delegate to return a federated authentication access token.
73+
SqlConnection supports `TokenCredential` authentication by introducing a new `AccessTokenCallBack` property as a `Func<SqlAuthenticationParameters, CancellationToken,Task<SqlAuthenticationToken>>` delegate to return a federated authentication access token.
7474

7575
Example usage:
7676

@@ -95,7 +95,7 @@ Example usage:
9595
Console.WriteLine("State: {0}", connection.State);
9696
```
9797

98-
### SQLBatch API
98+
### SqlBatch API
9999

100100
Example usage:
101101

0 commit comments

Comments
 (0)