ObjectDataSourceDesigner.GetViewNames Method
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
public String[] GetViewNames ()
public override function GetViewNames () : String[]
Not applicable.
Return Value
A string array containing the names of the ObjectDesignerDataSourceView objects of the associated ObjectDataSource.Community Additions
ADD
Show: