AdRotator.PerformDataBinding(IEnumerable) Method

Definition

Binds the specified data source to the AdRotator control.

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)

Parameters

data
IEnumerable

An object that represents the data source; the object must implement the IEnumerable interface.

Remarks

This method is used primarily by control developers.

The PerformDataBinding method is called by the base DataBoundControl class methods to bind the advertisement data from a data source to the control.

Applies to

See also