Skip to main content
.NET 6.0+

FirebirdConnectionProvider.GetConnectionString Method

Name Parameters Description
GetConnectionString(String, Int32, String, String, String) static server, port, userId, password, database Returns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String, FirebirdServerType, String) static server, userId, password, database, serverType, charset Returns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String, String) static server, userId, password, database, charset Returns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String) static server, userId, password, database Returns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String) static userId, password, database Returns a connection string used to open a specified Firebird database using provided login credentials.