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

AsaConnectionParameters.ConnectionType Property

Gets or sets the type of the connection to a SAP SQL Anywhere database.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public AsaConnectionType ConnectionType { get; set; }

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