Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string GetDatabaseName(
	string connectionString
)
Visual Basic
Public Function GetDatabaseName ( 
	connectionString As String
) As String

Parameters

connectionString
Type: System..::..String

Return Value

Type: String

Implements

IDbSchemaProvider..::..GetDatabaseName(String)

See Also