Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void ResetBindings(
	bool metadataChanged
)
Visual Basic
Public Sub ResetBindings ( _
	metadataChanged As Boolean _
)

Parameters

metadataChanged
Type: System..::..Boolean
The Boolean value specifying whether the metadata has been changed.

See Also