CompositeDataBoundControl.PerformDataBinding(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Binds the data from the data source to the composite data-bound 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 IEnumerable that contains the values to bind to the composite data-bound control.
Remarks
The PerformDataBinding method is a helper method that is used by classes that derive from the CompositeDataBoundControl class to bind the data from the data source to the composite data-bound control.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.