DataSourceAttribute Constructor
Initializes an instance of the DataSourceAttribute class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceAttribute(String^, String^, DataBindingAccessMethod, String^) | Initializes an instance of the DataSourceAttribute class using a single table and the defined access method. |
![]() | DataSourceAttribute(String^, String^, DataBindingAccessMethod, array<String^>^) | Initializes an instance of the DataSourceAttribute class using an array of table names. |
![]() | DataSourceAttribute(String^, String^, String^) | Initializes an instance of the DataSourceAttribute class using a single table. |
![]() | DataSourceAttribute(String^, String^, String^, DataBindingAccessMethod, DataBindingSelectColumns, String^) | Initializes an instance of the DataSourceAttribute class using an array of table names, the defined access method, name of the data source, name of the provider, connection string, and the column filters. |
![]() | DataSourceAttribute(String^, String^, String^, DataBindingAccessMethod, DataBindingSelectColumns, array<String^>^) | Initializes an instance of the DataSourceAttribute class using an array of table names, the defined access method, name of the data source, name of the provider, connection string, and the column filters. |
![]() | DataSourceAttribute(String^, String^, String^, DataBindingAccessMethod, String^) | Initializes an instance of the DataSourceAttribute class using a single table, the defined access method, and the name of the data source provider. |
![]() | DataSourceAttribute(String^, String^, String^, DataBindingAccessMethod, array<String^>^) | Initializes an instance of the DataSourceAttribute class using an array of table names, the defined access method, and the name of the data source provider. |
![]() | DataSourceAttribute(String^, String^, String^, String^) | Initializes an instance of the DataSourceAttribute class using a single table and the name of the data source provider. |
![]() | DataSourceAttribute(String^, String^, String^, array<String^>^) | Initializes an instance of the DataSourceAttribute class using an array of table names and the name of the data source provider. |
![]() | DataSourceAttribute(String^, String^, array<String^>^) | Initializes an instance of the DataSourceAttribute class. |
