When overridden in a derived class, binds data from the data source to the control.

C# | Visual Basic |
protected override void PerformDataBinding( IEnumerable data )
Protected Overrides Sub PerformDataBinding ( _ data As IEnumerable _ )

- data (IEnumerable)
- The IEnumerable list of data returned from a PerformSelect()()()() method call.