Skip to main content
.NET 8.0+

FirebirdConnectionProvider.XpoProviderTypeString Field

In This Article

Gets the name of the current connection provider. This name is used internally when generating a connection string via the FirebirdConnectionProvider.GetConnectionString method.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public const string XpoProviderTypeString = "Firebird"

#Field Value

Type
String
See Also