-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The Microsoft.Data.SqlClient namespace is essentially a new version of the System.Data.SqlClient namespace. Microsoft.Data.SqlClient generally maintains the same API and backwards compatibility with System.Data.SqlClient
This would give us access to new and helpful functionalities like setting the Command Timeout directly from the Connection Strings. MAQS does currently support setting the Command Timeout but this needs to be set for every Query method call. This would help us support long running queries from specific databases.
original Issue can be found here: https://github.com/CognizantOpenSource/maqs-dotnet/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels