Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Utility
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public interface class IRemoteDataProvider

NameDescription
System_CAPS_pubmethodGetColumns(String^, String^, String^)

Returns a list of columns from a remote source.

System_CAPS_pubmethodReadTable(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).

Return to top
Show: