Client-Side ADO.NET Driver Support
The TDV ADO.NET driver can be installed, uninstalled, or re-installed. It is delivered as a DLL and .NuGet package. It supports native ADO.NET driver functionality on the operating systems supported by .Net Standard 2.0.
Refer the following link for a list of OS and .Net versions supported by .Net Standard 2.0:
https://dotnet.microsoft.com/en-us/platform/dotnet-standard
TDV supports communication and use with Visual Studio version 2019 that the tool extension supports. You will need to install the extension by executing the following file:
TDV_INSTALL_DIR\ADO.NET Driver\Composite.VisualStudio.vsix
The SKUs supported by the Visual Studio Extension are Community, Professional and Enterprise. The Extension essentially has a Provider for DDEX(Data Designer Extensibility). Refer the following link for further details:
https://docs.microsoft.com/en-us/previous-versions/bb163760(v=vs.140)