MobileForms Toolkit Documentation

DataConnector.IsOpen Property

Gets the value indicating whether the DataConnector is open.

public bool IsOpen {get;}

Property Value

true when connection is open, otherwise false

Implements

IDataConnector.IsOpen

Remarks

When DataConnector is open, it is required to call Close method before another call to Open method.

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.SmartGrid Namespace