ObjectDataSourceDesigner.GetViewNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.