Back to Devexpress

FirebirdConnectionProvider.GetConnectionString Method

xpo-devexpress-dot-xpo-dot-db-dot-firebirdconnectionprovider-dot-getconnectionstring.md

latest1.9 KB
Original Source

FirebirdConnectionProvider.GetConnectionString Method

NameParametersDescription
GetConnectionString(String, Int32, String, String, String) staticserver, port, userId, password, databaseReturns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String, FirebirdServerType, String) staticserver, userId, password, database, serverType, charsetReturns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String, String) staticserver, userId, password, database, charsetReturns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String, String) staticserver, userId, password, databaseReturns a connection string used to open a specified Firebird database using provided login credentials.
GetConnectionString(String, String, String) staticuserId, password, databaseReturns a connection string used to open a specified Firebird database using provided login credentials.