ListObject.Disconnect 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.
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.