Skip to main content

FireBirdConnectionType Enum

Lists values that specify the type of the connection destination.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

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