Click or drag to resize

HttpServerConnectionGetDatabaseName Method

Returns name of the current database in use.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public override string GetDatabaseName()

Return Value

Type: String

Implements

IServerConnectionGetDatabaseName
Exceptions
ExceptionCondition
InvalidOperationException Either thrown when different databases passed or Login() was not called prior to this call.
See Also