IDataSourceBindingData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the information that is required to create a connection for a test element to a data source.
public interface class IDataSourceBindingData
public interface IDataSourceBindingData
type IDataSourceBindingData = interface
Public Interface IDataSourceBindingData
Properties
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. |