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.
Removes the database with the given id from the list of dynamic database connections.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Connections.Remove")]
public static void ConnectionsRemove(
	string id
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Connections.Remove")> _
Public Shared Sub ConnectionsRemove ( _
	id As  _
)

Parameters

id
String
The id of the database connection.

Remarks

If there is no dynamic database connection with that id, this method returns with no error.

See Also

Advanced