ConnHelpergetDbConnStr Method (DbProfile) |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static string getDbConnStr(
DbProfile p
)
Public Shared Function getDbConnStr (
p As DbProfile
) As String
public:
static String^ getDbConnStr(
DbProfile^ p
)
static member getDbConnStr :
p : DbProfile -> string
Parameters
- p
- Type: SxcUtilsLibDbProfile
Return Value
Type:
String
See Also