DetailsView.PerformDataBinding(IEnumerable) Metoda

Definice

Vytvoří vazbu zadaného zdroje dat na DetailsView ovládací prvek.

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)

Parametry

data
IEnumerable

Představuje IEnumerable zdroj dat.

Poznámky

Metoda PerformDataBinding je pomocná metoda volaná ovládacím DetailsView prvku pro vazbu zadaného zdroje dat s ovládacím prvek.

Platí pro

Viz také