dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
817 stars 271 forks source link

Honor cancellation tokens in TdsStream, TdsWriteStream and TdsReadStream #2615

Open saurabh500 opened 5 days ago

saurabh500 commented 5 days ago

There is scope of handling cancellation tokens in the Tds Streams. That needs to be done.