Back to Devexpress

FireBirdConnectionType Enum

corelibraries-devexpress-dot-dataaccess-dot-connectionparameters-b9a00f6b.md

latest1.6 KB
Original Source

FireBirdConnectionType Enum

Lists values that specify the type of the connection destination.

Namespace : DevExpress.DataAccess.ConnectionParameters

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum FireBirdConnectionType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum FireBirdConnectionType

Members

NameDescription
ServerBased

A connection is established to a Firebird database server.

| | Embedded |

The connection is established to an embedded Firebird database.

|

The following properties accept/return FireBirdConnectionType values:

Remarks

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

See Also

DevExpress.DataAccess.ConnectionParameters Namespace