PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns true if a database with the given id exist, eiter as a static database connection in Smartsite.Data.config or as a dynamic database connection.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean database.connections.exists(string id)

Parameters

Name Data Type Description
id String Id of the database connection

Return Value

Data Type Description
Boolean Returns true if a database exists with the given id.
SXML