C1.DataCollection Assembly / C1.DataCollection Namespace / ConnectionState Enumeration

ConnectionState Enumeration
The state of the connection of the collection supporting ISupportConnection.
Syntax
'Declaration
 
Public Enum ConnectionState 
   Inherits System.Enum
 
Members
MemberDescription
ConnectedThe collection is connected to the source.
ConnectingThe collection is connecting to the source.
DisconnectedThe collection is disconnected from the source.
DisconnectingThe collection is disconnecting from the source.
ReconnectingThe collection is reconnecting to the source.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.ConnectionState

See Also