Skip to main content
A newer version of this page is available. .

AsaConnectionType Enum

Lists values that identify the type of connection to an SAP SQL Anywhere database.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public enum AsaConnectionType

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