Click or drag to resize

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
Syntax
C#
public static string GetDatabaseName(
	string sqlConnectionString
)

Parameters

sqlConnectionString
Type: SystemString
Sql connection string

Return Value

Type: String
Database name
See Also