DataBindingAttribute Constructor
Visual Studio 2005
Initializes a new instance of the DataBindingAttribute class.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
public DataBindingAttribute ( string dataSourceName, string tableName, string columnName, string contextVariableName )
public DataBindingAttribute ( String dataSourceName, String tableName, String columnName, String contextVariableName )
public function DataBindingAttribute ( dataSourceName : String, tableName : String, columnName : String, contextVariableName : String )
Parameters
- dataSourceName
The name of the data source to bind.
- tableName
The name of the table that contains the data to bind.
- columnName
The name of the column that contains data to bind.
- contextVariableName
The name of the variable that represents the data-bound value.