DetailsView.PerformDataBinding(IEnumerable) Método

Definición

Enlaza el origen de datos especificado al control DetailsView.

protected public:
 override void PerformDataBinding(System::Collections::IEnumerable ^ data);
protected internal override void PerformDataBinding (System.Collections.IEnumerable data);
override this.PerformDataBinding : System.Collections.IEnumerable -> unit
Protected Friend Overrides Sub PerformDataBinding (data As IEnumerable)

Parámetros

data
IEnumerable

IEnumerable que representa el origen de datos.

Comentarios

El PerformDataBinding método es un método auxiliar llamado por el DetailsView control para enlazar el origen de datos especificado al control.

Se aplica a

Consulte también