Enum ConnectionType
The currently supported types of connections to the LemonEdge platform
Namespace: LemonEdge.Client.Core.CommonUI
Assembly: API.dll
Syntax
[DataContract]
public enum ConnectionType : short
  Fields
| Name | Description | 
|---|---|
| Database | Indicates the client will directly connect to the sql database server and database  | 
      
| Service | Indicates the client will connect via a lemonedge webservice  |