HtmlSelect.GetData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IEnumerable object that represents the data source that is bound to the HtmlSelect control.
protected:
virtual System::Collections::IEnumerable ^ GetData();
protected virtual System.Collections.IEnumerable GetData ();
abstract member GetData : unit -> System.Collections.IEnumerable
override this.GetData : unit -> System.Collections.IEnumerable
Protected Overridable Function GetData () As IEnumerable
Returns
An IEnumerable object. If no data source is specified, a default value of null
is returned.
Exceptions
The DataSourceID property is not of type IDataSource.
-or-
The DataSourceID property is not of type IHierarchicalDataSource.
Both a DataSource and a DataSourceID property are defined for the HtmlSelect control.
-or-
The requested data view cannot be found.
Remarks
The GetData method returns an IEnumerable object independent of whether the data source was specified by the DataSource property or the DataSourceID property.