AsaConnectionType Enum
Lists values that identify the type of connection to an SAP SQL Anywhere database.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return AsaConnectionType values:
Remarks
Values listed in this enumeration are used to set the AsaConnectionParameters.ConnectionType property.
See Also