DataSetViewSchema::GetChildren Method ()

 

Gets an array representing the child views contained in the current view.

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

public:
virtual array<IDataSourceViewSchema^>^ GetChildren() sealed

Return Value

Type: array<System.Web.UI.Design::IDataSourceViewSchema^>^

null.

The GetChildren method inherited from IDataSourceViewSchema is not implemented in this class and always returns null.

.NET Framework
Available since 2.0
Return to top
Show: