Skip to main content

AsaConnectionParameters.ConnectionType Property

Gets or sets the type of the connection to a 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

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