The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IRemoteDataProvider Interface
Provides remote access to the data from another process.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | GetColumns(String^, String^, String^) | Returns a list of columns from a remote source. |
![]() | ReadTable(String^, String^, String^) | Reads data binding data from a remote source. |
Connectionless requests are made from another process to remotely access data and metadata (tables and columns).
Show:
