Returns name of the current database in use.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public override string GetDatabaseName()
Visual Basic (Declaration)
Public Overrides Function GetDatabaseName As String
J#
public String GetDatabaseName()
JScript
public override function GetDatabaseName() : String

Return Value

Implements

IServerConnection..::.GetDatabaseName()()()

See Also