This topic has not yet been rated - Rate this topic

DataBindingAttribute Constructor

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
)
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.