| DataUtilsGetDatabaseName Method |
Use this method to extract database name (in uppercase) from the sql connection string.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static string GetDatabaseName(
string sqlConnectionString
)
Parameters
- sqlConnectionString
- Type: SystemString
Sql connection string
Return Value
Type:
StringDatabase name
See Also