MobileForms Toolkit Documentation

DataConnector.Close Method 

Close the connection to datasource.

public void Close();

Implements

IDataConnector.Close

Remarks

State of DataConnector is not the same as the state of the Command.Connection. When Connector.Connection was open when calling Open method, it will stay open after calling the Close method. Otherwise the Command.Connection will be open/closed with the connector.

See Also

DataConnector Class | Resco.Controls.AdvancedComboBox Namespace