AsaConnectionParameters.ConnectionType Property
Gets or sets the type of the connection to a SAP SQL Anywhere database.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
AsaConnectionType | A AsaConnectionType enumeration value that specifies the type of the connection to a SAP SQL Anywhere database. |
Available values:
Name | Description |
---|---|
ServerBased | A connection is established to a server-based SAP SQL Anywhere database. |
File | A connection is established to a file-based SAP SQL Anywhere database. |
See Also