DataSourceAttribute.TableNames Property

Gets the table names in the data source that contains data to be accessed.

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

Syntax

'Declaration
Public ReadOnly Property TableNames As String()
public string[] TableNames { get; }
public:
property array<String^>^ TableNames {
    array<String^>^ get ();
}
member TableNames : string[] with get
function get TableNames () : String[]

Property Value

Type: array<String[]
An array of table names.

.NET Framework Security

See Also

Reference

DataSourceAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace