Share via


AggregateDataSource.CreateControlCollection method

by default datasourcecontrol doesn't allow Controls collection, we allow it since this is aggregate.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function CreateControlCollection As ControlCollection
'Usage
Dim returnValue As ControlCollection

returnValue = Me.CreateControlCollection()
protected override ControlCollection CreateControlCollection()

Return value

Type: System.Web.UI.ControlCollection

See also

Reference

AggregateDataSource class

AggregateDataSource members

Microsoft.SharePoint.WebControls namespace