IDataSourceBindingData Interface

Definition

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.

Applies to