IDataSourceDesigner.GetViewNames Method

Definition

Gets the names of the views in the underlying data source.

public:
 cli::array <System::String ^> ^ GetViewNames();
public string[] GetViewNames ();
abstract member GetViewNames : unit -> string[]
Public Function GetViewNames () As String()

Returns

String[]

An array of type String.

Applies to

See also