HierarchicalDataBoundControl.GetDataSource Metodo

Definizione

Recupera la classe IHierarchicalDataSource a cui è associato il controllo con associazione a dati, se presente.

protected:
 virtual System::Web::UI::IHierarchicalDataSource ^ GetDataSource();
protected virtual System.Web.UI.IHierarchicalDataSource GetDataSource ();
abstract member GetDataSource : unit -> System.Web.UI.IHierarchicalDataSource
override this.GetDataSource : unit -> System.Web.UI.IHierarchicalDataSource
Protected Overridable Function GetDataSource () As IHierarchicalDataSource

Restituisce

Istanza della classe IHierarchicalDataSource che rappresenta l'origine dati identificata dalla proprietà DataSourceID.

Eccezioni

Il controllo origine dati identificato dalla proprietà DataSourceID non esiste nel contenitore corrente.

-oppure-

Il controllo origine dati identificato dalla proprietà DataSourceID non implementa l'interfaccia IHierarchicalDataSource.

Commenti

Il GetData metodo chiama internamente il GetDataSource metodo .

Si applica a

Vedi anche