PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Connections.Exists")]
public static bool ConnectionsExists(
	string id
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Connections.Exists")> _
Public Shared Function ConnectionsExists ( _
	id As  _
) As 

Parameters

id
String
Id of the database connection

Return Value

Returns true if a database exists with the given id.

See Also

Advanced