ObjectDataSourceDesigner.GetViewNames Method

Definition

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

public:
 override cli::array <System::String ^> ^ GetViewNames();
public override string[] GetViewNames ();
override this.GetViewNames : unit -> string[]
Public Overrides Function GetViewNames () As String()

Returns

String[]

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

Remarks

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

Applies to

See also