DetailsView.IDataBoundControl.DataSource Propriedade

Definição

Para obter uma descrição dessa propriedade, consulte DataSource.For a description of this property, see DataSource.

property System::Object ^ System::Web::UI::WebControls::IDataBoundControl::DataSource { System::Object ^ get(); void set(System::Object ^ value); };
object System.Web.UI.WebControls.IDataBoundControl.DataSource { get; set; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataSource : obj with get, set
 Property DataSource As Object Implements IDataBoundControl.DataSource

Valor da propriedade

Object

Um objeto que representa a fonte de dados da qual o DetailsView controle recupera seus dados.An object that represents the data source from which the DetailsView control retrieves its data. O padrão é null.The default is null.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DetailsView é convertida em uma interface de IDataBoundControl.It can be used only when the DetailsView instance is cast to an IDataBoundControl interface.

Aplica-se a