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 DatabaseTableReference class.

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

Syntax

C#Copy imageCopy Code
public DatabaseTableReference(
	 db,
	string tableName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	db As , _
	tableName As  _
)

Parameters

db
Database
The db.
tableName
String
Name of the table.

See Also

Advanced