Skip to main content

AsaConnectionType Enum

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[ResourceFinder(typeof(ResFinder))]
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