This documentation is archived and is not being maintained.
BaseDataListDesigner.GetResolvedSelectedDataSource Method
.NET Framework 1.1
Gets the data member that is currently selected within the data source currently bound to the control.
[Visual Basic] Public Overridable Function GetResolvedSelectedDataSource() As _ IEnumerable Implements _ IDataSourceProvider.GetResolvedSelectedDataSource [C#] public virtual IEnumerable GetResolvedSelectedDataSource(); [C++] public: virtual IEnumerable* GetResolvedSelectedDataSource(); [JScript] public function GetResolvedSelectedDataSource() : IEnumerable;
Return Value
The currently selected data member, or a null reference (Nothing in Visual Basic) if the control was not bound to a data source, or the data source, site of the designer's component, or the container of the data source could not be accessed.
Implements
IDataSourceProvider.GetResolvedSelectedDataSource
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: