ConnHelpergetDbConnStr Method (DatabaseTypes, String, String, String, String) |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static string getDbConnStr(
DatabaseTypes dbt,
string server,
string username,
string password,
string database
)
Public Shared Function getDbConnStr (
dbt As DatabaseTypes,
server As String,
username As String,
password As String,
database As String
) As String
public:
static String^ getDbConnStr(
DatabaseTypes dbt,
String^ server,
String^ username,
String^ password,
String^ database
)
static member getDbConnStr :
dbt : DatabaseTypes *
server : string *
username : string *
password : string *
database : string -> string
Parameters
- dbt
- Type: SxcUtilsLibDatabaseTypes
- server
- Type: SystemString
- username
- Type: SystemString
- password
- Type: SystemString
- database
- Type: SystemString
Return Value
Type:
String
See Also