Gets the value indicating whether the DataConnector is open.
true when connection is open, otherwise false
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.
DataConnector Class | Resco.Controls.AdvancedList Namespace