DataBindingAttribute(String, String, String, String) Constructor
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.
public:
DataBindingAttribute(System::String ^ dataSourceName, System::String ^ tableName, System::String ^ columnName, System::String ^ contextVariableName);
public DataBindingAttribute (string dataSourceName, string tableName, string columnName, string contextVariableName);
new Microsoft.VisualStudio.TestTools.WebTesting.DataBindingAttribute : string * string * string * string -> Microsoft.VisualStudio.TestTools.WebTesting.DataBindingAttribute
Public Sub New (dataSourceName As String, tableName As String, columnName As String, contextVariableName As String)
Parameters
- dataSourceName
- String
- tableName
- String
- columnName
- String
- contextVariableName
- String