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

FireBirdConnectionType Enum

Lists values that specify the type of the connection destination.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public enum FireBirdConnectionType

Members

Name Description
ServerBased

A connection is established to a Firebird database server.

Embedded

The connection is established to an embedded Firebird database.

Related API Members

The following properties accept/return FireBirdConnectionType values:

Remarks

Values listed by this enumeration are used to set the FireBirdConnectionParameters.ConnectionType property.

See Also