HttpServerConnectionGetDatabaseName Method |
Returns name of the current database in use.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic override string GetDatabaseName()
Public Overrides Function GetDatabaseName As String
public String GetDatabaseName()
public override function GetDatabaseName() : String
Return Value
Type:
StringImplements
IServerConnectionGetDatabaseName
ExceptionsException | Condition |
---|
InvalidOperationException |
Either thrown when different databases passed or Login() was not called prior to this call.
|
See Also