This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the Database that belongs to the given id which is defined in Smartsite.data.config.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public static  GetById(
	string id
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetById ( _
	id As  _
) As 

Parameters

id
String

Return Value

See Also

Database Class
Smartsite.Data Namespace
Advanced