ObjectDataSourceDesigner::GetViewNames Method ()

 

Returns a list of data source view names for the associated control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
virtual array<String^>^ GetViewNames() override

Return Value

Type: array<System::String^>^

A string array containing the names of the ObjectDesignerDataSourceView objects of the associated ObjectDataSource.

The GetViewNames method gets the view names from the names of the schema data tables of the associated control.

.NET Framework
Available since 2.0
Return to top
Show: