This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the AIMDatabaseReference class.

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

Syntax

C#Copy imageCopy Code
public AIMDatabaseReference(
	 source,
	 originator,
	 db,
	string table
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	source As , _
	originator As , _
	db As , _
	table As  _
)

Parameters

source
ISXMLSource
The SXML source.
originator
Object
The originator.
db
Database
The db.
table
String
The table.

See Also

Advanced