ListObject.Disconnect Method

Definition

Removes data binding from the ListObject control.

public:
 void Disconnect();
public void Disconnect ();
abstract member Disconnect : unit -> unit
Public Sub Disconnect ()

Remarks

This method disconnects the ListObject control from the data source, sets the IsBinding property to false, and resets the DataSource and DataMember properties. Existing data remains in the ListObject control.

Applies to