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.

DataBindingAttribute Constructor (String^, String^, String^, String^)

 

Initializes a new instance of the DataBindingAttribute class.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
DataBindingAttribute(
	String^ dataSourceName,
	String^ tableName,
	String^ columnName,
	String^ contextVariableName
)

Parameters

dataSourceName
Type: System::String^

The name of the data source to bind.

tableName
Type: System::String^

The name of the table that contains the data to bind.

columnName
Type: System::String^

The name of the column that contains data to bind.

contextVariableName
Type: System::String^

The name of the variable that represents the data-bound value.

Return to top
Show: