GridView.PerformDataBinding(IEnumerable) Método

Definición

Enlaza el origen de datos especificado al control GridView.

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 contiene el origen de datos.

Comentarios

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

Notas a los desarrolladores de herederos

Dado que el DataBind() método está sellado, debe invalidar este método si necesita realizar tareas adicionales al enlazar datos.

Se aplica a

Consulte también