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.
IDataSourceBindingData Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the information that is required to create a connection for a test element to a data source.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | DataConnectionString | Gets or sets the connection string. |
![]() | DataProviderName | Gets or sets the name of the data provider. |
![]() | DataTableName | Gets or sets the name of the data table. |
![]() | TestElement | Gets the associated test element. |
Show:
