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
#Members
Name | Description |
---|---|
Server
|
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.