ISecurityConnection.DbObject

Syntax

DbObject(Value: String): String;

Parameters

Value. An object identifier.

Description

The DbObject method returns identifier of the object with prefix of the basis that corresponds to the current repository.

Comments

The obtained identifier can be used in various SQL expressions, for example, to execute one and the same query within different connections.

NOTE. The separator used by specific DBMS is also added between prefix and identifier in the output value.

See also:

ISecurityConnection