NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.GetTemplateContainerDataSource

Gets the template's container's data source.

[Visual Basic]
Overrides Public Function GetTemplateContainerDataSource( _
   ByVal templateName As String _
) As ICollection
[C#]
public override ICollection GetTemplateContainerDataSource(
   string templateName
);
[C++]
public: override ICollection* GetTemplateContainerDataSource(
   String* templateName
);
[JScript]
public override function GetTemplateContainerDataSource(
   templateName : String
) : ICollection;

Parameters

templateName
The name of the template to retrieve the data source for.

Return Value

An ICollection containing the data source or data sources available to the template's container.

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace