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 base that corresponds to the current repository.

Comments

The obtained identifier can be used in different 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 resulting value.

See also:

ISecurityConnection